Author: robbie
Date: Fri Apr 17 16:00:44 2009
New Revision: 766068
URL: http://svn.apache.org/viewvc?rev=766068&view=rev
Log:
QPID-1822: override imported module.xml 'libs' target, preventing unecessary
copy of the libs to the 'build/lib' directory.
Modified:
qpid/trunk/qpid/java/management/eclipse-plugin/build.xml
Modified: qpid/trunk/qpid/java/management/eclipse-plugin/build.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml?rev=766068&r1=766067&r2=766068&view=diff
==============================================================================
--- qpid/trunk/qpid/java/management/eclipse-plugin/build.xml (original)
+++ qpid/trunk/qpid/java/management/eclipse-plugin/build.xml Fri Apr 17
16:00:44 2009
@@ -27,6 +27,10 @@
<!-- module.manifest property to invoke use of 'jar.manifest' jar target
when building -->
<property name="module.manifest"
value="${module.classes}/META-INF/MANIFEST.MF"/>
+ <!-- override module.xml 'libs' target, avoids cluttering the 'build/lib'
dir as the
+ MC build/packaging process does not use the libs from there -->
+ <target name="libs"/>
+
<target name="copy-plugin-files" description="copy eclipse management
plugin files into build tree">
<copy todir="${module.classes}/icons" failonerror="true">
<fileset dir="icons/"/>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]