Hi. I want to create a package for a sourceforge project.
It contains
src/javafiles.java
and
lib/somejar1,2,3,...jar
Now I want include the lib/somejar.jar
into the distribution but I don't know how to do this?
Unpack the jars and add the .class files using
<project>
<build>
<resources>
<resource>
<directory>
?
Marc Weber
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
