Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] All jar files need to be listed in bin.includes in build.properties


With the move to the 3.0 stream of org.eclipse.pde.build in the Eclipse build process, all jars must be explicitly listed in the bin.includes variable or they will not be included in the binary distribution of your plugin.

Please verify your build.properties files to ensure that your plugins are not missing any entries for jar files.

Thanks,

Sonia

Back to the top