Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] aspectjrt.jar OSGi manifest

The aspectjrt.jar does not have a valid OSGi manifest at the moemnt. It would be nice if it did.
In order to make it OSGi compliant the manifest should get a few more headers such as Export-Package.
I saw that the aspectjrt.jar manifest is generated from this file http://git.eclipse.org/c/aspectj/org.aspectj.git/tree/aspectj5rt/aspectj5rt.mf.txt
Since the packages listed in Export-Package should have versions adding this header to the manifest template is problemat because when the version placeholders are replaced with the real values the format of the manifest may become invalid.
So how do you feel about generating the manifest in the build script via http://ant.apache.org/manual/Tasks/manifest.html?

Thanks.


Back to the top