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

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> 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

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

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


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY

"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top