Author: bodewig
Date: Mon Feb  5 08:07:27 2007
New Revision: 503754

URL: http://svn.apache.org/viewvc?view=rev&rev=503754
Log:
Enable ivy.xml creation by default

Modified:
    ant/antlibs/common/trunk/build.xml

Modified: ant/antlibs/common/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?view=diff&rev=503754&r1=503753&r2=503754
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Mon Feb  5 08:07:27 2007
@@ -233,7 +233,7 @@
   <import file="${common.basedir}/m2.xml"/>
   <import file="${common.basedir}/ivy.xml"/>
 
-  <target name="src-dist" depends="m2-pom"
+  <target name="src-dist" depends="m2-pom,ivy.xml"
     description="--> creates a source distribution">
 
     <mkdir dir="${src.dist.dir}"/>
@@ -271,7 +271,7 @@
     </antcall>
   </target>
 
-  <target name="bin-dist" depends="checksum-target-jar,m2-pom">
+  <target name="bin-dist" depends="checksum-target-jar,m2-pom,ivy.xml">
     <mkdir dir="${bin.dist.dir}"/>
 
     <copy todir="${bin.dist.dir}">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to