[Japi-cvs] SF.net SVN: japi:[1044] progs/jtype/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-22 10:06:09
|
Revision: 1044 http://japi.svn.sourceforge.net/japi/?rev=1044&view=rev Author: christianhujer Date: 2009-02-22 10:05:57 +0000 (Sun, 22 Feb 2009) Log Message: ----------- Fetch required libraries. Modified Paths: -------------- progs/jtype/trunk/build.xml Modified: progs/jtype/trunk/build.xml =================================================================== --- progs/jtype/trunk/build.xml 2009-02-22 10:01:32 UTC (rev 1043) +++ progs/jtype/trunk/build.xml 2009-02-22 10:05:57 UTC (rev 1044) @@ -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. |