[slf4j-dev] svn commit: r700 - in slf4j/trunk/slf4j-simple: . src/main/resources/META-INF

jconlon at slf4j.org jconlon at slf4j.org
Thu Feb 1 02:39:05 CET 2007


Author: jconlon
Date: Thu Feb  1 02:39:05 2007
New Revision: 700

Modified:
   slf4j/trunk/slf4j-simple/pom.xml
   slf4j/trunk/slf4j-simple/src/main/resources/META-INF/MANIFEST.MF

Log:
Changed Bundle-Version to conform to correct syntax.
Added a BundleDescription.
Removed Bundle-Classpath.
Removed the import of org.slf4j.impl to prevent overriding the Require-Bundle wiring of that package.

Modified: slf4j/trunk/slf4j-simple/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-simple/pom.xml	(original)
+++ slf4j/trunk/slf4j-simple/pom.xml	Thu Feb  1 02:39:05 2007
@@ -36,7 +36,8 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Bundle-Version>${project.version}</Bundle-Version>
+              <Bundle-Version>1.3.0.SNAPSHOT</Bundle-Version>
+			  <Bundle-Description>${project.description}</Bundle-Description>
               <Implementation-Version>${project.version}</Implementation-Version>
             </manifestEntries>
             <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>

Modified: slf4j/trunk/slf4j-simple/src/main/resources/META-INF/MANIFEST.MF
==============================================================================
--- slf4j/trunk/slf4j-simple/src/main/resources/META-INF/MANIFEST.MF	(original)
+++ slf4j/trunk/slf4j-simple/src/main/resources/META-INF/MANIFEST.MF	Thu Feb  1 02:39:05 2007
@@ -5,5 +5,4 @@
 Bundle-Vendor: SLF4J.ORG
 Require-Bundle: slf4j.api;visibility:=reexport
 Export-Package: org.slf4j, org.slf4j.impl
-Import-Package: org.slf4j.spi, org.slf4j.impl
-Bundle-ClassPath: ., target/classes/
\ No newline at end of file
+Import-Package: org.slf4j.spi
\ No newline at end of file



More information about the slf4j-dev mailing list