You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/07/22 11:56:53 UTC

svn commit: r796652 - /qpid/trunk/qpid/java/module.xml

Author: ritchiem
Date: Wed Jul 22 09:56:53 2009
New Revision: 796652

URL: http://svn.apache.org/viewvc?rev=796652&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/java/module.xml

Modified: qpid/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/module.xml?rev=796652&r1=796651&r2=796652&view=diff
==============================================================================
--- qpid/trunk/qpid/java/module.xml (original)
+++ qpid/trunk/qpid/java/module.xml Wed Jul 22 09:56:53 2009
@@ -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}"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org