[Japi-cvs] SF.net SVN: japi:[1157] progs/jtype/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-23 19:20:19
|
Revision: 1157 http://japi.svn.sourceforge.net/japi/?rev=1157&view=rev Author: christianhujer Date: 2009-02-23 19:20:18 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Fetch required library for applets. Modified Paths: -------------- progs/jtype/trunk/build.xml Modified: progs/jtype/trunk/build.xml =================================================================== --- progs/jtype/trunk/build.xml 2009-02-23 19:13:05 UTC (rev 1156) +++ progs/jtype/trunk/build.xml 2009-02-23 19:20:18 UTC (rev 1157) @@ -23,6 +23,7 @@ &commonBuild; <target name="getlibs"> + <get src="http://downloads.sourceforge.net/japi/japi-lib-lang-0.1.0.jar" dest="lib/japi-lib-lang.jar" /> <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-about-0.1.0.jar" dest="lib/japi-lib-swing-about.jar" /> <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-action-0.1.0.jar" dest="lib/japi-lib-swing-action.jar" /> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |