You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by hi...@apache.org on 2013/01/29 22:08:43 UTC

svn commit: r1440179 - /incubator/easyant/core/trunk/build.xml

Author: hibou
Date: Tue Jan 29 22:08:42 2013
New Revision: 1440179

URL: http://svn.apache.org/viewvc?rev=1440179&view=rev
Log:
Add -incubating to the version

Modified:
    incubator/easyant/core/trunk/build.xml

Modified: incubator/easyant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/build.xml?rev=1440179&r1=1440178&r2=1440179&view=diff
==============================================================================
--- incubator/easyant/core/trunk/build.xml (original)
+++ incubator/easyant/core/trunk/build.xml Tue Jan 29 22:08:42 2013
@@ -16,6 +16,7 @@
 -->
 <project name="bootstrap" default="run" xmlns:ivy="antlib:org.apache.ivy.ant">
     <property name="bootstrap.dir" value="${basedir}/target/bootstrap"/>
+    <property name="version" value="0.9-incubating" />
 
     <target name="ivy:init">
         <mkdir dir="${bootstrap.dir}"/>
@@ -86,6 +87,7 @@
             <arg line="-configfile ${basedir}/easyant-conf.xml" />
             <arg line="-f ${basedir}/module.ivy" />
             <arg line="-Dskip.svn=true"/>
+            <arg line="-Dversion=${version}"/>
             <arg line="${target}" />
         </java>