[Japi-cvs] SF.net SVN: japi:[1038] progs/jeduca/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-22 09:52:17
|
Revision: 1038 http://japi.svn.sourceforge.net/japi/?rev=1038&view=rev Author: christianhujer Date: 2009-02-22 09:52:10 +0000 (Sun, 22 Feb 2009) Log Message: ----------- Fetch missing library for icons. Modified Paths: -------------- progs/jeduca/trunk/build.xml Modified: progs/jeduca/trunk/build.xml =================================================================== --- progs/jeduca/trunk/build.xml 2009-02-22 09:45:37 UTC (rev 1037) +++ progs/jeduca/trunk/build.xml 2009-02-22 09:52:10 UTC (rev 1038) @@ -31,6 +31,7 @@ <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-prefs-0.1.0.jar" dest="lib/japi-lib-swing-prefs.jar" /> <get src="http://downloads.sourceforge.net/japi/japi-lib-swing-recent-0.1.0.jar" dest="lib/japi-lib-swing-recent.jar" /> <get src="http://downloads.sourceforge.net/japi/japi-lib-xml-0.1.0.jar" dest="lib/japi-lib-xml.jar" /> + <get src="http://japi.svn.sourceforge.net/svnroot/japi/common/trunk/lib/jlfgr-1_0.jar" dest="lib/jlfgr-1_0.jar" /> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |