Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] packaging an Help plugin with tycho

Hi

yes, I know, I can use a build.properties and make help files available in bin, but those help files are generated automatically so I'd prefer to have a build step, and I guess http://wiki.eclipse.org/Tycho/Additional_Tools#tycho-eclipserun-plugin might help...

cheers
	Lorenzo

On 03/08/2012 10:58 PM, Jeff MAURY wrote:
I don't get your question. An Eclipse Help plugin is a standard Eclipse
plugin that just must satisfy a specific extension point.
 From the Tycho point of view, it has no specific differences with
another plugin.
So just look at standard eclipse-plugin samples and apply the same rules
for yours

Jeff


On Thu, Mar 8, 2012 at 4:59 PM, Lorenzo Bettini
<lorenzo.bettini@xxxxxxxxx
<mailto:lorenzo.bettini@xxxxxxxxx>> wrote:

    Hi

    First of all I'm pretty new to Tycho.

    I'd like to package an eclipse help plugin, and I noticed this page

    http://wiki.eclipse.org/Tycho/__Additional_Tools#tycho-__eclipserun-plugin
    <http://wiki.eclipse.org/Tycho/Additional_Tools#tycho-eclipserun-plugin>

    which I guess is what I need; however, since I'm still using 0.13 I
    guess I'd have to take the sources from here

    http://code.google.com/a/__eclipselabs.org/p/tycho-__eclipserun-plugin/source/__checkout
    <http://code.google.com/a/eclipselabs.org/p/tycho-eclipserun-plugin/source/checkout>

    but then how can I "import" or reuse their pom.xml in my eclipse
    help project's pom.xml?

    again, sorry for my newbie question

    thanks in advance
    cheers
            Lorenzo


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com




Back to the top