You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/04/06 19:36:38 UTC

svn commit: r392018 - in /incubator/harmony/enhanced/classlib/trunk/depends/manifests: ./ xalan-j_2.6.0/ xalan-j_2.6.0/META-INF/ xalan-j_2.6.0/META-INF/MANIFEST.MF xerces_2.6.2/ xerces_2.6.2/META-INF/ xerces_2.6.2/META-INF/MANIFEST.MF

Author: tellison
Date: Thu Apr  6 10:36:36 2006
New Revision: 392018

URL: http://svn.apache.org/viewcvs?rev=392018&view=rev
Log:
Add initial version of module manifests for dependency JARs.

Added:
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/
    incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/MANIFEST.MF

Added: incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/MANIFEST.MF?rev=392018&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/MANIFEST.MF (added)
+++ incubator/harmony/enhanced/classlib/trunk/depends/manifests/xalan-j_2.6.0/META-INF/MANIFEST.MF Thu Apr  6 10:36:36 2006
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Harmony XML Xalan
+Bundle-SymbolicName: org.apache.harmony.xml.xalan
+Bundle-Version: 2.6.0
+Bundle-ClassPath: xalan.jar
+Eclipse-JREBundle: true
+Export-Package: org.apache.xpath

Added: incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/MANIFEST.MF?rev=392018&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/MANIFEST.MF (added)
+++ incubator/harmony/enhanced/classlib/trunk/depends/manifests/xerces_2.6.2/META-INF/MANIFEST.MF Thu Apr  6 10:36:36 2006
@@ -0,0 +1,24 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Harmony XML Xerces
+Bundle-SymbolicName: org.apache.harmony.xml.xerces
+Bundle-Version: 2.6.2
+Bundle-ClassPath: resolver.jar,xercesImpl.jar,xml-apis.jar
+Eclipse-JREBundle: true
+Export-Package: javax.xml.parsers,
+ javax.xml.transform,
+ javax.xml.transform.dom,
+ javax.xml.transform.sax,
+ javax.xml.transform.stream,
+ org.w3c.dom,
+ org.w3c.dom.css,
+ org.w3c.dom.events,
+ org.w3c.dom.html,
+ org.w3c.dom.ls,
+ org.w3c.dom.ranges,
+ org.w3c.dom.stylesheets,
+ org.w3c.dom.traversal,
+ org.w3c.dom.views,
+ org.xml.sax,
+ org.xml.sax.ext,
+ org.xml.sax.helpers