details: https://code.openbravo.com/erp/devel/pi/rev/d7795b2b29fe changeset: 20746:d7795b2b29fe user: Priya Muthukumar <priya.muthukumar <at> openbravo.com> date: Tue Jul 16 12:17:34 2013 +0200 summary: fixed issue 24344: make ant setup fetch binaries from mercurial
diffstat: build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 4708a704c192 -r d7795b2b29fe build.xml --- a/build.xml Mon Jul 15 13:49:08 2013 +0200 +++ b/build.xml Tue Jul 16 12:17:34 2013 +0200 @@ -1069,7 +1069,7 @@ </target> <target name="setup" depends="setup.check.os, setup.check.arch, setup.exists.test" unless="setup.exists"> - <get src="https://dev.openbravo.com/svn/packaging/setup/output/setup-properties-${osname}${osarch}.${bin.ext}" dest="config/setup-properties-${osname}${osarch}.${bin.ext}" verbose="true" /> + <get src="https://code.openbravo.com/tools/rm/erp-setup-tool/raw-file/tip/setup/output/setup-properties-${osname}${osarch}.${bin.ext}" dest="config/setup-properties-${osname}${osarch}.${bin.ext}" verbose="true" /> <chmod file="config/setup-properties-${osname}${osarch}.${bin.ext}" perm="+x" /> </target> ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
