Author: xavier
Date: Fri Apr 13 11:09:48 2007
New Revision: 528571
URL: http://svn.apache.org/viewvc?view=rev&rev=528571
Log:
put src ivy file in bin distrib, to avoid ivy 1.4.1 bug with comments in ivy
file delivering
Modified:
incubator/ivy/core/branches/2.0.0-alpha-1/build-release.xml
Modified: incubator/ivy/core/branches/2.0.0-alpha-1/build-release.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/branches/2.0.0-alpha-1/build-release.xml?view=diff&rev=528571&r1=528570&r2=528571
==============================================================================
--- incubator/ivy/core/branches/2.0.0-alpha-1/build-release.xml (original)
+++ incubator/ivy/core/branches/2.0.0-alpha-1/build-release.xml Fri Apr 13
11:09:48 2007
@@ -119,7 +119,7 @@
<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="${src.dir}/org/apache/ivy/plugins/parser/xml" includes="ivy.xsd"
fullpath="${snapshot.full.name}/ivy.xsd"/>
- <zipfileset dir="${distrib.dir}" includes="ivy.xml"
fullpath="${snapshot.full.name}/ivy.xml"/>
+ <zipfileset dir="${basedir}" includes="ivy.xml"
fullpath="${snapshot.full.name}/ivy.xml"/>
<zipfileset dir="${artifacts.build.dir}"
includes="${final.name}"
fullpath="${snapshot.full.name}/ivy-${build.version}.jar"/>
<zipfileset dir="${artifacts.build.dir}"
includes="${final.core.name}"
fullpath="${snapshot.full.name}/ivy-core-${build.version}.jar"/>