Author: xavier
Date: Tue Dec  4 16:50:00 2007
New Revision: 601176

URL: http://svn.apache.org/viewvc?rev=601176&view=rev
Log:
add patterns files to src distrib to make the build work

Modified:
    ant/ivy/core/branches/2.0.0-beta1/build-release.xml

Modified: ant/ivy/core/branches/2.0.0-beta1/build-release.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0-beta1/build-release.xml?rev=601176&r1=601175&r2=601176&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0-beta1/build-release.xml (original)
+++ ant/ivy/core/branches/2.0.0-beta1/build-release.xml Tue Dec  4 16:50:00 2007
@@ -76,6 +76,8 @@
                        <zipfileset dir="${basedir}" includes="CHANGES.txt" 
fullpath="${snapshot.full.name}/CHANGES.txt"/>
                        <zipfileset dir="${basedir}" includes="RELEASE_NOTES" 
fullpath="${snapshot.full.name}/RELEASE_NOTES"/>
                        <zipfileset dir="${basedir}" 
includes="build.properties" fullpath="${snapshot.full.name}/build.properties"/>
+                       <zipfileset dir="${basedir}" includes="ant.patterns" 
fullpath="${snapshot.full.name}/ant.patterns"/>
+                       <zipfileset dir="${basedir}" 
includes="optional.patterns" 
fullpath="${snapshot.full.name}/optional.patterns"/>
                        <zipfileset dir="${distrib.dir}" includes="ivy.xml" 
fullpath="${snapshot.full.name}/ivy.xml"/>
 
                        <zipfileset dir="${basedir}" includes="build.xml" 
fullpath="${snapshot.full.name}/build.xml"/>


Reply via email to