summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-10 09:23:19 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-10 09:23:19 +0000
commit44c78cb8b3d8433f0a64fc33badaa9961c6cd00d (patch)
treeb2a97f2f2970fa40314bddfa9615c6b68e06033e /qpid/java/build.xml
parentcfc96dbe537f818c80d5d2859fe8ac0a883d710d (diff)
downloadqpid-python-44c78cb8b3d8433f0a64fc33badaa9961c6cd00d.tar.gz
Created module.vm.version to set X-Compile-Source-JDK in jars default is 1.4 Broker overrides to 1.5
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index ff3e6f86be..4bac00d261 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -147,23 +147,7 @@
<antcall target="copyreleasedocs">
<param name="todir" value="${build.release.prepare}"/>
- </antcall>
-
- <!-- Copy all licenses to license directory -->
-
- <mkdir dir="${build.release.prepare}/licenses"/>
-
- <copy todir="${build.release.prepare}/licenses">
- <fileset dir="client/${lib.dir}" casesensitive="false">
- <include name="**/license.txt"/>
- </fileset>
- <fileset dir="broker/${lib.dir}" casesensitive="false">
- <include name="**/license.txt"/>
- </fileset>
- <fileset dir="common/${lib.dir}" casesensitive="false">
- <include name="**/license.txt"/>
- </fileset>
- </copy>
+ </antcall>
</target>