[slf4j-dev] svn commit: r754 - in slf4j/trunk: ...

Boris Unckel boris.unckel.mlg at gmx.net
Sat Feb 24 14:20:05 CET 2007


Hi,

if an version changes one has to change at a lot of places. A 
placeholder (like ${slf4j.ap.version} or @slf4j.ap.version@ has
advantages.
I am not aware of Unit-Testing of OSGi inside the IDE - maybe that will 
not work and
you would have to run a (full) build.

Regards
Boris


ceki at slf4j.org wrote:
> Author: ceki
> Date: Sat Feb 24 14:17:08 2007
> New Revision: 754
>
> Modified:
>    slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-jcl/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-jdk14/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-log4j12/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-nop/src/main/resources/META-INF/MANIFEST.MF
>    slf4j/trunk/slf4j-simple/src/main/resources/META-INF/MANIFEST.MF
>
> Log:
>
> - Added versioning information
> - I did not remove the "Require-Bundle: slf4j.api" statement in MANIFEST.MF file of bindings.
>   However, things seem to work even without it.
>
>
> Modified: slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
> ==============================================================================
> --- slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/MANIFEST.MF	(original)
> +++ slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/MANIFEST.MF	Sat Feb 24 14:17:08 2007
> @@ -3,6 +3,7 @@
>  Bundle-SymbolicName: jcl104.over.slf4j
>  Bundle-Name: jcl104-over-slf4j
>  Bundle-Vendor: SLF4J.ORG
> +Require-Bundle: slf4j.api;version=1.3
>  Export-Package: org.apache.commons.logging, 
>    org.apache.commons.logging.impl
> -Import-Package: org.slf4j
> +Import-Package: org.slf4j;version=1.3
>
>   




More information about the slf4j-dev mailing list