How to include component jars in a plug-in [message #71493] |
Wed, 02 July 2003 09:32 |
Eclipse User |
|
|
|
Originally posted by: jeppenm.worldonline.dk
Hi,
I can't seem to figure out how to include several component jars into
a single plug-in (In fact, I can't even include a single jar...)
I'm trying to achieve the same as in e.g. the org.apache.ant plug-in
which contains two jars, ant.jar and optional.jar.
Here's what I have:
Two Java projects (non-pde) that create a jar file
api1
bin
api1.jar
api2
bin
api2.jar
A plug-in project, core, that should export api1.jar and api2.jar. If I add
the jars as libraries (in the project props page of core) I can add
the jars as Run-time libraries and change package prefixes.
But when I export the plugin, only plugin.xml is included in the zip
file, not the two jars. I've tried to modify build.properties and
explicitly add the jars, but to no avail.
Any ideas what could be wrong?
rgds
Jeppe
|
|
|
Powered by
FUDForum. Page generated in 0.02437 seconds