[slf4j-dev] svn commit: r434 - slf4j/trunk/tests

ceki at slf4j.org ceki at slf4j.org
Mon Nov 21 18:10:04 CET 2005


Author: ceki
Date: Mon Nov 21 18:10:03 2005
New Revision: 434

Modified:
   slf4j/trunk/tests/build.xml
Log:
minor change to allow standalone compilation.

Modified: slf4j/trunk/tests/build.xml
==============================================================================
--- slf4j/trunk/tests/build.xml	(original)
+++ slf4j/trunk/tests/build.xml	Mon Nov 21 18:10:03 2005
@@ -14,7 +14,7 @@
 
 	<path id="compile.classpath">
 		<path refid="basic.classpath" />
-		<pathelement location="../classes/" />
+		<pathelement location="../test-compile.jar" />
 	</path>
 
 	<path id="nop.classpath">



More information about the slf4j-dev mailing list