summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-07-22 09:56:53 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-07-22 09:56:53 +0000
commit21340fcedf4be6033b83c8480cf06af4ab2e9cac (patch)
tree2f3a4f0688d9396b106183a92d768d5a05f0f285
parentfb2a339a1820d32fe4e13d1a9c00add13864e034 (diff)
downloadqpid-python-21340fcedf4be6033b83c8480cf06af4ab2e9cac.tar.gz
QPID-1986 : The modules lib variable no longer has lib prepended to them as a result of the POM/library refactoring work
Updated module.xml to copy the named libs to the {project}/lib dir. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796652 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 5d0c0a9541..9bf0270bd6 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -373,7 +373,7 @@
<target name="libs-release" description="copy dependencies into module release">
<!-- Copy the module dependencies -->
- <copylist todir="${module.release}" dir="${project.root}" files="${module.libs}"/>
+ <copylist todir="${module.release}/lib" dir="${project.root}" files="${module.libs}"/>
<!-- Copy the jar for this module -->
<copy todir="${module.release}/lib" failonerror="true">
<fileset file="${module.jar}"/>