[slf4j-dev] svn commit: r530 - slf4j/trunk
ceki at slf4j.org
ceki at slf4j.org
Sat Feb 4 16:14:28 CET 2006
Author: ceki
Date: Sat Feb 4 16:14:27 2006
New Revision: 530
Modified:
slf4j/trunk/build.xml
Log:
preparing release RC6
Modified: slf4j/trunk/build.xml
==============================================================================
--- slf4j/trunk/build.xml (original)
+++ slf4j/trunk/build.xml Sat Feb 4 16:14:27 2006
@@ -114,6 +114,9 @@
</fail>
</target>
+ <!-- test-compile.jar is useful during testing of SLF4J itself.
+ The actual binding is the Simple binding.
+ -->
<target name="test-compile.jar" depends="init">
<antcall target="compile-IMPL">
<param name="IMPL" value="Simple" />
@@ -126,6 +129,10 @@
</jar>
</target>
+ <!-- compile.jar is useful during development of SLF4J itself. It contains
+ .class files for java files which cannot be compiled without prior
+ filtering. The actual binding is the Simple binding.
+ -->
<target name="compile.jar" depends="init">
<antcall target="compile-IMPL">
<param name="IMPL" value="Simple" />
More information about the slf4j-dev
mailing list