[Cherbot-commit] SF.net SVN: cherbot: [65] trunk/build.xml
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-16 21:17:47
|
Revision: 65
http://svn.sourceforge.net/cherbot/?rev=65&view=rev
Author: christianhujer
Date: 2007-06-16 14:17:46 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Adding missing argparser stuff to jar.
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-06-16 21:10:22 UTC (rev 64)
+++ trunk/build.xml 2007-06-16 21:17:46 UTC (rev 65)
@@ -125,6 +125,7 @@
<attribute name="Main-Class" value="net.sf.cherbot.CherBot" />
</manifest>
<fileset dir="classes" />
+ <zipfileset src="lib/japi-lib-argparser-0.1.jar" />
</jar>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|