[Java-link-svn] SF.net SVN: java-link: [11] trunk/build.xml
Status: Pre-Alpha
Brought to you by:
welterde0
From: <wel...@us...> - 2006-10-07 21:34:39
|
Revision: 11 http://svn.sourceforge.net/java-link/?rev=11&view=rev Author: welterde0 Date: 2006-10-07 14:34:31 -0700 (Sat, 07 Oct 2006) Log Message: ----------- build(build.xml): fixed lib jfunutil-5.0(5.0 was missing) Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-10-07 21:28:11 UTC (rev 10) +++ trunk/build.xml 2006-10-07 21:34:31 UTC (rev 11) @@ -34,7 +34,7 @@ <echo message="downloading dep client/jfunutil.jar"/> <get src="http://${sf.mirror}.dl.sourceforge.net/sourceforge/java-link/jfunutil-5.0.jar" dest="tmp/substance.jar"/> <exec executable="mvn"> - <arg line="install:install-file -DgroupId=yan -DartifactId=jfunutil -Dversion=5.0 -Dpackaging=jar -Dfile=tmp/jfunutil.jar"/> + <arg line="install:install-file -DgroupId=yan -DartifactId=jfunutil -Dversion=5.0 -Dpackaging=jar -Dfile=tmp/jfunutil-5.0.jar"/> </exec> <echo message="[done]"/> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |