Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 256452. Please READ.

All,

I just committed a change that will affect you if you ever update manifest files.

Why: This bug asks that the build automatically generates the version info for the bundle manifests.

What changed: The fix actually generates the whole manifest before the bundle is packaged. It generates to the existing location (META-INF/MANIFEST.MF).

What this means is that every time a bundle is built the manifest is regenerated: So you now need to make changes to the manifest by updating the "generate-manifest" target of the component build.

The only time that a manifest should show up as needing to be checked in is after such a change has taken place.

-Eric


Back to the top