[MMTP-devel] SF.net SVN: mtp: [36] trunk/tests/tests.xml
Status: Pre-Alpha
Brought to you by:
idominguez
|
From: <ido...@us...> - 2007-12-06 15:38:19
|
Revision: 36
http://mtp.svn.sourceforge.net/mtp/?rev=36&view=rev
Author: idominguez
Date: 2007-12-06 07:38:17 -0800 (Thu, 06 Dec 2007)
Log Message:
-----------
Error in javacchome fixed
Modified Paths:
--------------
trunk/tests/tests.xml
Modified: trunk/tests/tests.xml
===================================================================
--- trunk/tests/tests.xml 2007-12-06 15:36:12 UTC (rev 35)
+++ trunk/tests/tests.xml 2007-12-06 15:38:17 UTC (rev 36)
@@ -3,7 +3,7 @@
<property environment="env" />
<property name="lib" value="../lib" />
- <property name="JAVACC" value="${env.JAVACC}" />
+ <property name="JAVACC" value="${lib}" />
<path id="lib.id">
<pathelement location="${lib}/jsap.jar"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|