[Cherbot-commit] SF.net SVN: cherbot: [64] trunk/build.xml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-16 21:10:24
|
Revision: 64
http://svn.sourceforge.net/cherbot/?rev=64&view=rev
Author: christianhujer
Date: 2007-06-16 14:10:22 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Fixed classpath in build.xml.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-06-16 20:57:56 UTC (rev 63)
+++ trunk/build.xml 2007-06-16 21:10:22 UTC (rev 64)
@@ -37,6 +37,7 @@
<classpath>
<pathelement location="lib/annotations.jar" />
<pathelement location="lib/junit-4.1.jar" />
+ <pathelement location="lib/japi-lib-argparser-0.1.jar" />
</classpath>
<compilerarg line="-Xlint:all"/>
<compilerarg line="-Xmaxerrs 400"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|