[XOM-interest] XOM built as an OSGi bundle
Tatu Saloranta
cowtowncoder at yahoo.com
Fri May 15 13:25:44 EDT 2009
--- On Fri, 5/15/09, Elliotte Harold <elharo at ibiblio.org> wrote:
...
> OK. How's this:
>
> Manifest-Version: 1.0
> Ant-Version: Apache Ant 1.7.0
> Created-By: 1.5.0_16-133 (Apple Inc.)
...
> Import-Package: javax.xml.transform.sax,
> javax.xml.transform, org.w3c.
> dom,
> org.apache.xerces.parsers;resolution:=optional;version
> ="2.8.0",
> org.apache.xerces.jaxp;resolution:=optional;versio
> n="2.9.0",
> com.sun.org.apache.xerces.internal.jaxp;resolutio
> n:=optional,
> com.sun.org.apache.xerces.internal.parsers;reso
> lution:=optional
Looks good to me, the only question I have is whether version ranges should be used instead of exact numbers.
> I'm not sure what's going on with the white space. Is there
> a maximum
> length for Manifest.MF lines ant's trying to account for or
> something?
I think that's it, lines are specified to be no longer than some limit, guessing 76 characters. That was mentioned in OSGi plug-in manual.
-+ Tatu +-
More information about the XOM-interest
mailing list