[slf4j-dev] svn commit: r752 - slf4j/trunk/slf4j-api/src/main/resources/META-INF
ceki at slf4j.org
ceki at slf4j.org
Thu Feb 22 22:33:53 CET 2007
Author: ceki
Date: Thu Feb 22 22:33:52 2007
New Revision: 752
Modified:
slf4j/trunk/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
Log:
adding version information
Things look OK(ish).
-> ps
START LEVEL 1
ID State Level Name
[ 0] [Active ] [ 0] System Bundle (0.8.0.incubator)
[ 1] [Active ] [ 1] Apache Felix Shell Service (0.8.0.incubator)
[ 2] [Active ] [ 1] Apache Felix Shell TUI (0.8.0.incubator)
[ 3] [Active ] [ 1] Apache Felix Bundle Repository (0.8.0.incubator)
[ 4] [Active ] [ 1] slf4j-api (1.3.0.SNAPSHOT)
[ 5] [Active ] [ 1] slf4j-simple (1.3.0.SNAPSHOT)
-> packages
System Bundle (0): org.osgi.framework; version=1.3.0
System Bundle (0): org.osgi.service.packageadmin; version=1.2.0
System Bundle (0): org.osgi.service.startlevel; version=1.0.0
Apache Felix Shell Service (1): org.ungoverned.osgi.service.shell; version=1.0.0
Apache Felix Shell Service (1): org.apache.felix.shell; version=1.0.0
Apache Felix Bundle Repository (3): org.osgi.service.obr; version=0.0.0
slf4j-api (4): org.slf4j.spi; version=1.3.0
slf4j-api (4): org.slf4j.helpers; version=1.3.0
slf4j-api (4): org.slf4j; version=1.3.0
slf4j-simple (5): org.slf4j.impl; version=0.0.0
Modified: slf4j/trunk/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
==============================================================================
--- slf4j/trunk/slf4j-api/src/main/resources/META-INF/MANIFEST.MF (original)
+++ slf4j/trunk/slf4j-api/src/main/resources/META-INF/MANIFEST.MF Thu Feb 22 22:33:52 2007
@@ -3,5 +3,5 @@
Bundle-SymbolicName: slf4j.api
Bundle-Name: slf4j-api
Bundle-Vendor: SLF4J.ORG
-Export-Package: org.slf4j, org.slf4j.spi, org.slf4j.helpers
+Export-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3
Import-Package: org.slf4j.impl
More information about the slf4j-dev
mailing list