Author: hibou
Date: Sun May 11 20:11:29 2014
New Revision: 1593848

URL: http://svn.apache.org/r1593848
Log:
when building the release, also include in the sources the test data about the 
OSGi tests

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=1593848&r1=1593847&r2=1593848&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Sun May 11 20:11:29 2014
@@ -239,7 +239,10 @@
                        <zipfileset dir="${basedir}/src/example" 
prefix="${snapshot.full.name}/src/example"/>
                        <zipfileset dir="${basedir}/src/etc" 
prefix="${snapshot.full.name}/src/etc"/>
                        <zipfileset dir="${test.dir}" 
prefix="${snapshot.full.name}/test/java"/>
-                       <zipfileset dir="${basedir}/test/repositories" 
prefix="${snapshot.full.name}/test/repositories"/>
+            <zipfileset dir="${basedir}/test/test-obr" 
prefix="${snapshot.full.name}/test/test-obr" />
+            <zipfileset dir="${basedir}/test/test-p2" 
prefix="${snapshot.full.name}/test/test-p2" />
+            <zipfileset dir="${basedir}/test/test-repo" 
prefix="${snapshot.full.name}/test/test-repo" 
excludes="**/bundlerepo/*.jar,**/ivyrepo/org*" />
+            <zipfileset dir="${basedir}/test/repositories" 
prefix="${snapshot.full.name}/test/repositories"/>
                        <zipfileset dir="${basedir}/test/buildlist" 
prefix="${snapshot.full.name}/test/buildlist"/>
                        <zipfileset dir="${basedir}/test/triggers" 
prefix="${snapshot.full.name}/test/triggers" excludes="**/cache/**"/>
                        <zipfileset dir="${basedir}/test/xsl" 
prefix="${snapshot.full.name}/test/xsl"/>


Reply via email to