Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 329235

Summary: bin.excludes in build.properties does not work when using bundle.jar Action
Product: z_Archived Reporter: Jakob Braeuchi <jbraeuchi>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mkappeller, thomas
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jakob Braeuchi CLA 2010-11-02 03:37:06 EDT
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
Comment 1 Thomas Hallgren CLA 2011-08-25 16:38:16 EDT
Fixed when bug 309953 was fixed.