[Japi-cvs] SF.net SVN: japi:[1205] games/jmines/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-03-01 19:19:58
|
Revision: 1205 http://japi.svn.sourceforge.net/japi/?rev=1205&view=rev Author: christianhujer Date: 2009-03-01 19:19:55 +0000 (Sun, 01 Mar 2009) Log Message: ----------- Get jlfgr-1_0.jar. Modified Paths: -------------- games/jmines/trunk/build.xml Modified: games/jmines/trunk/build.xml =================================================================== --- games/jmines/trunk/build.xml 2009-03-01 19:18:39 UTC (rev 1204) +++ games/jmines/trunk/build.xml 2009-03-01 19:19:55 UTC (rev 1205) @@ -24,6 +24,8 @@ <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" /> + <get src="http://downloads.sourceforge.net/japi/jlfgr-1_0.jar" dest="lib/jlfgr-1_0.jar" usetimestamp="true" /> + <get src="http://downloads.sourceforge.net/japi/LICENSE-jlfgr-1_0.jar" dest="lib/LICENSE-jlfgr-1_0.jar" usetimestamp="true" /> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |