Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Support for subfolders in plug-in jars

Hi,

 I can’t figure out if Tycho supports packaging a plug-in classes in distinct subfolders, as specified in this sample build.properties:

 

source.. = src/com/acme/hello/

output.. = classes/

bin.includes = META-INF/,\

               .,\

               internal/

jars.compile.order = .,\

                     internal/

source.internal/ = src/com/acme/internal/

 

When built using PDE this creates a jar with the hello classes are at the root of the jar, while the internal classes are in an internal folder in that jar. Is that possible with Tycho?

 

Thanks!

Franck

This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.


Back to the top