| Summary: | Mysterious feature jar files | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | RelEng | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | clin, nboldt |
| Version: | unspecified | ||
| Target Milestone: | 3.5.0 (Galileo) M7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
I could not figure this one out.
All I did to fix the issue in the zip files was to add these erroneous feature jar files to the exclude list in the ant tasks in the buildAll.xml
As in:
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664" excludes="**/features/org.eclipse.*.jar">
I would guess they're generated as part of creating the jars for the p2 repo / update site zip. As I'm not clear which zip(s) prompted this bug report, you should verify that all 4 possibly-affected zips don't contain more than you expect: + GEF-ALL*.zip + the SDK zips (GEF, Draw2D, Zest) Yes, I cleaned out the feature jars out of *all* of the zips. |