[Cherbot-commit] SF.net SVN: cherbot: [26] trunk/build.xml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-10-29 00:10:42
|
Revision: 26
http://svn.sourceforge.net/cherbot/?rev=26&view=rev
Author: christianhujer
Date: 2006-10-28 17:10:36 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
Added junit to classpath. Now project compiles with Ant again.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2006-10-29 00:09:24 UTC (rev 25)
+++ trunk/build.xml 2006-10-29 00:10:36 UTC (rev 26)
@@ -34,6 +34,9 @@
debug = "yes"
encoding = "utf-8"
>
+ <classpath>
+ <pathelement location="lib/junit-4.1.jar" />
+ </classpath>
<compilerarg line="-Xlint:all"/>
<compilerarg line="-Xmaxerrs 400"/>
<compilerarg line="-Xmaxwarns 4000"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|