You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/02/29 10:11:37 UTC

svn commit: r632267 - /ant/ivy/core/trunk/build-release.xml

Author: xavier
Date: Fri Feb 29 01:11:34 2008
New Revision: 632267

URL: http://svn.apache.org/viewvc?rev=632267&view=rev
Log:
TASK: Exclude Ant jar from bin-with-deps distribution format (IVY-748)

Modified:
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=632267&r1=632266&r2=632267&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Fri Feb 29 01:11:34 2008
@@ -129,7 +129,7 @@
 			<zipfileset dir="${artifacts.build.dir}/jars" includes="${final.name}" fullpath="${snapshot.full.name}/ivy-${build.version}.jar"/>
 			<zipfileset dir="${artifacts.build.dir}/jars" includes="${final.core.name}" fullpath="${snapshot.full.name}/ivy-core-${build.version}.jar"/>
 
-			<zipfileset dir="${build.dir}/lib" prefix="${snapshot.full.name}/lib"/>
+			<zipfileset dir="${build.dir}/lib" prefix="${snapshot.full.name}/lib" excludes="ant-*.jar" />
 		</zip>
 		<tar destfile="${distrib.dir}/${snapshot.full.name}-bin-with-deps.tar.gz" 
 			compression="gzip" longfile="gnu">