|
From: <lh...@us...> - 2009-10-09 22:51:45
|
Revision: 127
http://tmapi.svn.sourceforge.net/tmapi/?rev=127&view=rev
Author: lheuer
Date: 2009-10-09 22:51:17 +0000 (Fri, 09 Oct 2009)
Log Message:
-----------
Added JUnit to the classpath, patch provided by Minto van der Sluis
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2009-10-02 15:56:12 UTC (rev 126)
+++ trunk/build.xml 2009-10-09 22:51:17 UTC (rev 127)
@@ -105,6 +105,7 @@
printsummary="true" showoutput="false"
errorProperty="test.failed" failureProperty="test.failed">
<classpath>
+ <pathelement location="${lib.junit}"/>
<pathelement location="tmapi-test.jar"/>
<pathelement location="${dir.build.classes}"/>
<pathelement location="${dir.build.tests}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|