[Japi-cvs] SF.net SVN: japi:[1351] progs/jhexedit/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-06-14 09:31:06
|
Revision: 1351 http://japi.svn.sourceforge.net/japi/?rev=1351&view=rev Author: christianhujer Date: 2009-06-14 09:31:05 +0000 (Sun, 14 Jun 2009) Log Message: ----------- Add missing jars to getlibs. Modified Paths: -------------- progs/jhexedit/trunk/build.xml Modified: progs/jhexedit/trunk/build.xml =================================================================== --- progs/jhexedit/trunk/build.xml 2009-06-14 09:30:56 UTC (rev 1350) +++ progs/jhexedit/trunk/build.xml 2009-06-14 09:31:05 UTC (rev 1351) @@ -24,7 +24,10 @@ <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-about-0.1.0.jar" dest="lib/japi-lib-swing-about.jar" /> + <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-action-0.3.0.jar" dest="lib/japi-lib-swing-action.jar" /> <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-app-0.1.0.jar" dest="lib/japi-lib-swing-app.jar" /> + <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-extlib-0.1.0.jar" dest="lib/japi-lib-swing-extlib.jar" /> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |