[Japi-cvs] SF.net SVN: japi:[1294] libs/sql/trunk/build.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-05-12 23:31:34
|
Revision: 1294 http://japi.svn.sourceforge.net/japi/?rev=1294&view=rev Author: christianhujer Date: 2009-05-12 23:31:25 +0000 (Tue, 12 May 2009) Log Message: ----------- Fetch required libs. Modified Paths: -------------- libs/sql/trunk/build.xml Modified: libs/sql/trunk/build.xml =================================================================== --- libs/sql/trunk/build.xml 2009-05-12 23:25:17 UTC (rev 1293) +++ libs/sql/trunk/build.xml 2009-05-12 23:31:25 UTC (rev 1294) @@ -23,4 +23,8 @@ &commonBuild; + <target name="getlibs"> + <get src="http://downloads.sourceforge.net/japi/japi-lib-util-0.1.0.jar" dest="lib/japi-lib-util.jar" /> + </target> + </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |