Author: hibou
Date: Sat Jan 9 19:44:40 2010
New Revision: 897524
URL: http://svn.apache.org/viewvc?rev=897524&view=rev
Log:
Publish the version of the build, will be helpful to make the build of the
updatesite successful on the hudson slaves
Modified:
ant/ivy/ivyde/trunk/build.xml
Modified: ant/ivy/ivyde/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=897524&r1=897523&r2=897524&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Sat Jan 9 19:44:40 2010
@@ -187,6 +187,11 @@
<mkdir dir="${dist.dir}" />
<zip destfile="${dist.dir}/apache-ivyde-${build.version}.zip"
basedir="${dist.work.dir}" />
<tar destfile="${dist.dir}/apache-ivyde-${build.version}.tgz"
basedir="${dist.work.dir}" compression="gzip" />
+ <!-- put the version in a file so it will be easier in the build of the
+ updatesite on hudson to find out which version it is -->
+ <echo file="${dist.dir}/version.properties">
+ivyde.build.version=${build.version}
+ </echo>
</target>
<target name="package-sources" depends="compute-version">