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: Elliotte Harold <elharo AT ibiblio.org>
  • To: XOM interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] XOM built as an OSGi bundle
  • Date: Fri, 15 May 2009 05:45:55 -0700

OK. How's this:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.5.0_16-133 (Apple Inc.)
Built-By: elharo
Specification-Title: XOM
Specification-Version: 1.2.2b2
Specification-Vendor: Elliotte Rusty Harold
Implementation-Title: XOM
Implementation-Version: 1.2.2b2
Implementation-Vendor: Elliotte Rusty Harold
Main-Class: nu.xom.Info
Bundle-ManifestVersion: 2
Bundle-Name: XOM
Bundle-SymbolicName: nu.xom
Bundle-Version: 1.2.2b2
Bundle-Vendor: xom.nu
Bundle-RequiredExecutionEnvironment: J2SE-1.2
Export-Package: nu.xom, nu.xom.canonical, nu.xom.converters, nu.xom.xi
nclude, nu.xom.xslt
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


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?

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page