From: <btm...@us...> - 2010-08-08 15:20:22
|
Revision: 3432 http://bigdata.svn.sourceforge.net/bigdata/?rev=3432&view=rev Author: btmurphy Date: 2010-08-08 15:20:16 +0000 (Sun, 08 Aug 2010) Log Message: ----------- [trunk]: build.xml - changed ant-install-artifact target to depend on deploy-artifact so that scripts in the REL*.tgz file are executable Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2010-08-06 22:34:57 UTC (rev 3431) +++ trunk/build.xml 2010-08-08 15:20:16 UTC (rev 3432) @@ -1175,7 +1175,7 @@ </copy> </target> - <target name="ant-install-artifact" depends="clean, ant-install-prepare, stage" + <target name="ant-install-artifact" depends="deploy-artifact, ant-install-prepare" description="Create complete source tar file for ant based install."> <mkdir dir="${release.dir}" /> @@ -1225,10 +1225,6 @@ </tarfileset> </tar> - <tar destfile="${bigdata.dir}/REL.${version}.tgz" - basedir="${bigdata.dir}/dist" - compression="gzip"> - </tar> </target> <target name="ant-install" depends="jar, banner, bundle" description="Ant based install on a node."> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |