[slf4j-dev] svn commit: r432 - slf4j/trunk
ceki at slf4j.org
ceki at slf4j.org
Mon Nov 21 18:05:41 CET 2005
Author: ceki
Date: Mon Nov 21 18:05:40 2005
New Revision: 432
Modified:
slf4j/trunk/build.xml
Log:
minor change to allow standalone compilation.
Modified: slf4j/trunk/build.xml
==============================================================================
--- slf4j/trunk/build.xml (original)
+++ slf4j/trunk/build.xml Mon Nov 21 18:05:40 2005
@@ -105,7 +105,7 @@
</antcall>
<jar jarfile="compile.jar" basedir="${tmp.javac.dest}"
- includes="${SLF4J_STEM}/impl/Static*Binder.class">
+ includes="${SLF4J_STEM}/**/*.class">
</jar>
</target>
More information about the slf4j-dev
mailing list