[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Swing vs SWT issues
|
Peter wrote:
> I am running like that,
>
> What is the defaul location to put the thirdparty jars
i make separate plugin and lib subdirectory, but it isn't important
you have to add it in runtime and export packages what you want use in
another plugin (i export all ,but it have to export every packages in new
MANIFEST.MF; before it exists *)
you export it on old way (old plugin.xml) and you check is it in runtime tab
is it fine when you use this packages in another plugins (don't add packages
in build path properties - add only dependency for jars plugins - then you
can environment like runtime)
Peco