Skip to main content

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


Hello,

Just a short note to clarify:

Before, the inclusion of jars in plugins was driven by both the libraries entry in the plugin.xml and the bin.includes property of the build.properties file.
Now this inclusion is ONLY driven by the build.properties. In this build.properties you can either individually list all the jars or you can still specify *.jar .

        PaScaL



Sonia Dimitrov

07/08/2003 09:41 AM

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        From:        Sonia Dimitrov/Ottawa/IBM@IBMCA
        Subject:        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