summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-09 16:35:12 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-09 16:35:12 +0000
commit6ce747afb246c8373166340e3448e1fc8c763f08 (patch)
tree5df38d4b788ea9ce5bbeaf4e37b52c0695987f9c /qpid/java/build.xml
parentcc9358662a401c671b913576c4abf41bd20c7f31 (diff)
downloadqpid-python-6ce747afb246c8373166340e3448e1fc8c763f08.tar.gz
QPID-5677: separate and update the LICENCE and NOTICE file used for source
release, jar files, and the ugly 'java binary release' tar, and use the files added for the maven assemblies for the individual component binary releases, allowing us to ensure they have appropriately tailored information to match their content git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 75652d868a..a1d462fc9d 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -182,7 +182,7 @@
<zip destfile="${release.zip}">
<zipfileset dir="${build}" prefix="${project.namever}" filemode="755">
<include name="bin/*"/>
- <exclude name="bin/*.txt"/>
+ <exclude name="bin/*.txt"/>
</zipfileset>
<zipfileset dir="${build}" prefix="${project.namever}" filemode="644">
@@ -191,10 +191,14 @@
<zipfileset dir="${build}" prefix="${project.namever}" excludes="${release.excludes}" filemode="644" dirmode="755">
<exclude name="bin/**"/>
- <exclude name="scratch/**"/>
+ <exclude name="scratch/**"/>
</zipfileset>
- <zipfileset dir="${resources}" prefix="${project.namever}" filemode="644"/>
+ <zipfileset dir="${resources}" prefix="${project.namever}" filemode="644">
+ <include name="README.txt"/>
+ </zipfileset>
+
+ <zipfileset dir="${resources}/java-binary-release" prefix="${project.namever}" filemode="644"/>
</zip>
</target>