Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329235 - bin.excludes in build.properties does not work when using bundle.jar Action
Summary: bin.excludes in build.properties does not work when using bundle.jar Action
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 03:37 EDT by Jakob Braeuchi CLA
Modified: 2019-02-25 14:40 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.