summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-10 08:44:12 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-10 08:44:12 +0000
commit80ff825e17d1c8cfe16a7d04404e9c553753025b (patch)
tree408f2cf8a5de5c4f2b27d1b8d6238aa526213f2e /qpid/java/build.xml
parent30e3148b44cecb26bdab723db1f42ec2d4fa49f2 (diff)
downloadqpid-python-80ff825e17d1c8cfe16a7d04404e9c553753025b.tar.gz
Updated properties SVN:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index a0b8a29381..ff3e6f86be 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -170,11 +170,13 @@
<target name="copyreleasedocs">
<!-- Copy Various Txt files to prepare directory -->
<copy todir="${todir}">
- <fileset dir="doc/release-docs">
+ <fileset dir="release-docs">
+ <include name="RELEASE_NOTES.txt"/>
+ </fileset>
+ <fileset dir="">
<include name="LICENSE.txt"/>
<include name="README.txt"/>
<include name="NOTICE.txt"/>
- <include name="RELEASE_NOTES.txt"/>
</fileset>
</copy>
</target>