| Summary: | bin.excludes in build.properties does not work when using bundle.jar Action | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jakob Braeuchi <jbraeuchi> |
| Component: | Buckminster | Assignee: | 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: | |||
Fixed when bug 309953 was fixed. |
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