You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2014/10/28 22:37:16 UTC

[13/35] git commit: when building the release, also include in the sources the test data about the OSGi tests

when building the release, also include in the sources the test data about the OSGi tests


git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1593848 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/2257485b
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/2257485b
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/2257485b

Branch: refs/heads/2.4.x
Commit: 2257485bfe4d479dbbdb96d0a52b68282a8507a1
Parents: d37c384
Author: Nicolas Lalevee <hi...@apache.org>
Authored: Sun May 11 20:11:29 2014 +0000
Committer: Nicolas Lalevee <hi...@apache.org>
Committed: Sun May 11 20:11:29 2014 +0000

----------------------------------------------------------------------
 build-release.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/2257485b/build-release.xml
----------------------------------------------------------------------
diff --git a/build-release.xml b/build-release.xml
index 9b9cc5a..a164d67 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -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"/>