[jetrix-cvs] SF.net SVN: jetrix:[802] jetrix/branches/0.2.x
Brought to you by:
smanux
From: <sm...@us...> - 2009-02-25 21:09:38
|
Revision: 802 http://jetrix.svn.sourceforge.net/jetrix/?rev=802&view=rev Author: smanux Date: 2009-02-25 21:09:33 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Minor build update Modified Paths: -------------- jetrix/branches/0.2.x/build.xml jetrix/branches/0.2.x/project.properties jetrix/branches/0.2.x/project.xml Modified: jetrix/branches/0.2.x/build.xml =================================================================== --- jetrix/branches/0.2.x/build.xml 2009-02-18 18:50:23 UTC (rev 801) +++ jetrix/branches/0.2.x/build.xml 2009-02-25 21:09:33 UTC (rev 802) @@ -285,12 +285,12 @@ </copy> <copy file="${src}/etc/icons/jetrix.ico" todir="${build}/bin"/> - <exec executable="C:\Program Files\NSIS\makensis.exe"> + <exec executable="C:\Program Files\NSIS-2.0.4\makensis.exe"> <arg line="${build}/bin/launcher.nsi"/> </exec> <!-- Build the installer --> - <exec executable="C:\Program Files\NSIS\makensis.exe"> + <exec executable="C:\Program Files\NSIS-2.0.4\makensis.exe"> <arg line="${build}/bin/installer.nsi"/> </exec> <move file="${build}/bin/jetrix-${version}-installer.exe" todir="${dist}/bin"/> @@ -346,7 +346,7 @@ </java> </target> - <target name="update" depends="deploy" description="Uploads Jetrix to the patch server"> + <target name="update" description="Uploads Jetrix to the patch server"> <!-- Installing --> <delete dir="${deploy}"/> <mkdir dir="${deploy}"/> Modified: jetrix/branches/0.2.x/project.properties =================================================================== --- jetrix/branches/0.2.x/project.properties 2009-02-18 18:50:23 UTC (rev 801) +++ jetrix/branches/0.2.x/project.properties 2009-02-25 21:09:33 UTC (rev 802) @@ -19,3 +19,5 @@ maven.compile.target = 1.5 maven.clover.license.path=src/etc/clover.license + +maven.repo.remote=http://repo1.maven.org/maven Modified: jetrix/branches/0.2.x/project.xml =================================================================== --- jetrix/branches/0.2.x/project.xml 2009-02-18 18:50:23 UTC (rev 801) +++ jetrix/branches/0.2.x/project.xml 2009-02-25 21:09:33 UTC (rev 802) @@ -147,7 +147,7 @@ <dependency> <id>commons-beanutils</id> - <version>1.7-dev</version> + <version>1.7.0</version> </dependency> <dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |