Author: ceki
Date: Mon Nov 21 18:12:46 2005
New Revision: 436

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:12:46 2005
@@ -104,7 +104,7 @@
                </antcall>
 
                <jar jarfile="test-compile.jar" basedir="${tmp.javac.dest}" 
-                        includes="${SLF4J_STEM}/**/*Binder.class">
+                        includes="${SLF4J_STEM}/**/*.class">
                </jar>
        </target>
                
_______________________________________________
dev mailing list
dev@slf4j.org
http://slf4j.org/mailman/listinfo/dev

Reply via email to