|
From: Torsten J. <tor...@on...> - 2004-11-10 22:45:41
|
Derek, this is the same issue as with Spring IDE and GEF. You have the following options: 1. Bundle Spring IDE's core jar (with it's dependent libraries -> XML parser, Spring, commons-logging) with one of your plugins. 2. Bundle Spring IDE's core plugin with your feature. 3. Require the user to install Spring IDE. But this way you inherit Spring IDE's dependency on GEF too. I'm tending to option 2. This approach is used by MyEclipse too. They ship with all their dependent plugins (including GEF). Cheers, Torsten On 08.11.2004, at 19:23, Derek Adams wrote: > My Eclipse feature uses the Spring IDE beans model and > imports the beans core plugin in its dependencies. I > want to allow people to go to my update site and > download both my feature/plugins and the Spring IDE > feature/plugins that it depends on. Do I need to > package the Spring IDE jars with my stuff, or is there > a way to indicate to the update manager where to find > the feature dependency? > > Thanks! > Derek Adams > http://www.gaijin-studio.org > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |