Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM built as an OSGi bundle

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Tatu Saloranta <cowtowncoder AT yahoo.com>
  • To: XOM interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] XOM built as an OSGi bundle
  • Date: Fri, 15 May 2009 10:25:44 -0700 (PDT)


--- 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 +-









Archive powered by MHonArc 2.6.24.

Top of Page