stephan 2003/04/14 06:11:21
Modified: src/targets test-build.xml
Log:
Searching too long at the wrong position.
Revision Changes Path
1.12 +0 -7 cocoon-2.1/src/targets/test-build.xml
Index: test-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/test-build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- test-build.xml 14 Apr 2003 09:00:05 -0000 1.11
+++ test-build.xml 14 Apr 2003 13:11:21 -0000 1.12
@@ -26,13 +26,6 @@
</fileset>
</path>
- <property name="test.classpath.value"
- refid="test.classpath"/>
-
- <echo message="------------ test.classpath ------------"/>
- <echo message="test.classpath=${test.classpath.value}"/>
- <echo message="----------------------------------------"/>
-
<!-- Compile tests -->
<javac srcdir="${test}"
destdir="${build.test}"