summaryrefslogtreecommitdiff
path: root/java/module.xml
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
commit343e23c640fa39bce256f0bea03c9cf872d08a8b (patch)
tree41841c8d6c5316f99996ed5d589fbdc30018233a /java/module.xml
parent0bdd9cf93521386549fc99ea83fa78a46be9e9ab (diff)
downloadqpid-python-343e23c640fa39bce256f0bea03c9cf872d08a8b.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/qpid@796652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml
index 5d0c0a9541..9bf0270bd6 100644
--- a/java/module.xml
+++ b/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}"/>