[Cherbot-commit] SF.net SVN: cherbot: [36] trunk/build.xml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2006-10-29 23:11:16
|
Revision: 36
http://svn.sourceforge.net/cherbot/?rev=36&view=rev
Author: christianhujer
Date: 2006-10-29 15:10:43 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
Added annotations.jar to build.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2006-10-29 23:09:08 UTC (rev 35)
+++ trunk/build.xml 2006-10-29 23:10:43 UTC (rev 36)
@@ -35,6 +35,7 @@
encoding = "utf-8"
>
<classpath>
+ <pathelement location="lib/annotations.jar" />
<pathelement location="lib/junit-4.1.jar" />
</classpath>
<compilerarg line="-Xlint:all"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|