diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-06-16 09:39:29 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-06-16 09:39:29 +0000 |
commit | b5fb6f4b15f0900576f1c4d3c62ecad6c578e74d (patch) | |
tree | 4dcf6d3ef4714b2c67159b132f3b73ccead2080a | |
parent | b394a7a6a06a38969c5e3d3f464b60bdb594735b (diff) | |
download | qpid-python-b5fb6f4b15f0900576f1c4d3c62ecad6c578e74d.tar.gz |
QPID-1754 : Removed release-bin target setup as it is incomplete and fails.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785129 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/agent/build.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/agent/build.xml b/java/agent/build.xml index 7d83f009e9..b652b61c4b 100644 --- a/java/agent/build.xml +++ b/java/agent/build.xml @@ -25,17 +25,4 @@ <import file="../module.xml"/> - <target name="copy-bin-release" description="copy dependencies into module release"> - <copy todir="${module.release}/bin" failonerror="true"> - <fileset dir="${module.bin}"/> - </copy> - <copy todir="${module.release}/bin" failonerror="true" flatten="true"> - <fileset dir="${basedir}/../common/bin"/> - </copy> - <chmod dir="${module.release}/bin" perm="ugo+rx" includes="**/*"/> - - </target> - - <target name="release-bin" depends="release-bin-tasks"/> - </project> |