Revision: 1040
http://japi.svn.sourceforge.net/japi/?rev=1040&view=rev
Author: christianhujer
Date: 2009-02-22 09:58:29 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
Fetch required libraries.
Modified Paths:
--------------
progs/jhexview/trunk/build.xml
Modified: progs/jhexview/trunk/build.xml
===================================================================
--- progs/jhexview/trunk/build.xml 2009-02-22 09:58:17 UTC (rev 1039)
+++ progs/jhexview/trunk/build.xml 2009-02-22 09:58:29 UTC (rev 1040)
@@ -22,4 +22,9 @@
&commonBuild;
+ <target name="getlibs">
+ <get src="http://downloads.sourceforge.net/japi/japi-lib-argparser-0.3.0.jar" dest="lib/japi-lib-argparser.jar" />
+ <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-app-0.1.0.jar" dest="lib/japi-lib-swing-app.jar" />
+ </target>
+
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|