Community
Participate
Working Groups
Build Identifier: Version: 3.6.1 Product Build: 201010141102 i want to exclude files from META-INF/dev from the jar-file. the following build.properties works as expected when i use PDE to export the plugin: source.. = src/java,\ src/gen/ bin.includes = META-INF/,\ . bin.excludes = META-INF/dev/ when using the Buckminster bundle.jar Action to export the plugin the directory META-INF/dev is included in the jar. Reproducible: Always Steps to Reproduce: 1. modify build.properties to exlude META-INF/dev/ 2. invoke Buckminster Action bundle.jar 3. check the exported jar
Fixed when bug 309953 was fixed.