Author: hibou
Date: Thu Jun 18 13:28:31 2009
New Revision: 786053

URL: http://svn.apache.org/viewvc?rev=786053&view=rev
Log:
Fix the build in the release mode : the version was not computed correctly

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=786053&r1=786052&r2=786053&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Thu Jun 18 13:28:31 2009
@@ -46,6 +46,7 @@
     <property name="checkstyle.lib" value="${basedir}/checkstyle/lib" />
 
     <target name="/release" description="Make the build artifacts tagged with 
the release version">
+        <tstamp />
         <property name="forceContextQualifier" 
value="${version.qualifier}-${DSTAMP}${TSTAMP}-RELEASE" />
     </target>
 


Reply via email to