| Summary: | e4 source bundles (still) need about.html files | ||
|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | David Williams <david_williams> |
| Component: | UI | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kim.moir, remy.suen |
| Version: | unspecified | ||
| Target Milestone: | 4.1 RC2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
David Williams
Thanks David. We have releng tests that check for that but I don't think they run in the 4.1 builds yet. Looks like most of these bundles are missing src.includes in their build.properties These two contain a fragment.properties file. David, perhaps you could add "fragment.properties" as one of the valid bundle localization property files? 1. Missing pattern or file: .*(plugin|bundle|OSGI-INF/l10n/bundle).properties in file: org.eclipse.e4.core.di.extensions.source_0.9.0.v20101122-2200.jar 2. Missing pattern or file: .*(plugin|bundle|OSGI-INF/l10n/bundle).properties in file: org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar Fixed the remaining problems. (In reply to comment #2) > These two contain a fragment.properties file. David, perhaps you could add > "fragment.properties" as one of the valid bundle localization property files? > Well, I've never heard of such a thing! :) (Since I normally don't work with fragments.) While I've removed all e4 bundles from our WTP tests, it'll be good to be prepared. Thanks. |