1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Adds OSGi metadata to the jar file.
Origin: Fedora
--- a/src/conf/MANIFEST.MF 2006-08-10 18:13:20.000000000 -0400
+++ b/src/conf/MANIFEST.MF 2007-07-11 13:19:50.000000000 -0400
@@ -6,3 +6,12 @@
Implementation-Vendor-Id: org.apache
Implementation-Vendor: Apache Software Foundation
Implementation-Version: 1.1.1
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.commons.logging;version="1.0.4",org.apache.
+ commons.logging.impl;version="1.0.4"
+Bundle-Version: 1.0.4.v20080605-1930
+Bundle-SymbolicName: org.apache.commons.logging
+Bundle-Name: Apache Commons Logging Plug-in
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation
|