Blame SOURCES/jdom-1.1-OSGiManifest.patch

985c86
diff -up ./package/META-INF/MANIFEST.MF.osgimanifest ./package/META-INF/MANIFEST.MF
985c86
--- ./package/META-INF/MANIFEST.MF.osgimanifest	2008-07-21 16:00:59.000000000 -0400
985c86
+++ ./package/META-INF/MANIFEST.MF	2008-07-21 16:02:20.000000000 -0400
985c86
@@ -1,4 +1,16 @@
985c86
 Manifest-Version: 1.0
985c86
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
985c86
+Bundle-SymbolicName: org.jdom
985c86
+Bundle-ManifestVersion: 2
985c86
+Bundle-Name: %Bundle-Name.0
985c86
+Bundle-Localization: plugin
985c86
+Bundle-Version: 1.1.2
985c86
+Bundle-Vendor: %Bundle-Vendor.0
985c86
+Export-Package: org.jdom;version="1.1.2",org.jdom.adapters;version="1.
985c86
+ 1.2",org.jdom.filter;version="1.1.2",org.jdom.input;version="1.1.2",o
985c86
+ rg.jdom.output;version="1.1.2",org.jdom.transform;version="1.1.2",org
985c86
+ .jdom.xpath;version="1.1.2"
985c86
+Require-Bundle: org.apache.xerces;resolution:=optional
985c86
 
985c86
 Name: org/jdom/
985c86
 Specification-Title: JDOM Classes