| Revision: 997
          http://japi.svn.sourceforge.net/japi/?rev=997&view=rev
Author:   christianhujer
Date:     2009-02-20 00:06:55 +0000 (Fri, 20 Feb 2009)
Log Message:
-----------
Fetch required libs.
Modified Paths:
--------------
    progs/jeduca/trunk/build.xml
Modified: progs/jeduca/trunk/build.xml
===================================================================
--- progs/jeduca/trunk/build.xml	2009-02-20 00:06:44 UTC (rev 996)
+++ progs/jeduca/trunk/build.xml	2009-02-20 00:06:55 UTC (rev 997)
@@ -22,4 +22,8 @@
 
     &commonBuild;
 
+    <target name="getlibs">
+        <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-action-0.1.0.jar" dest="lib/japi-lib-swing-action.jar" />
+    </target>
+
 </project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |