diff options
author | Robert Gemmell <robbie@apache.org> | 2009-04-17 16:00:44 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2009-04-17 16:00:44 +0000 |
commit | a706e3926b2c23c38cbd57b420d34e2369d02055 (patch) | |
tree | de9f5e8df4ed2e6fd6dd9a90892ba65f5ce7a797 | |
parent | 995f9588cdac264428d319910f22c4202a7aca1a (diff) | |
download | qpid-python-a706e3926b2c23c38cbd57b420d34e2369d02055.tar.gz |
QPID-1822: override imported module.xml 'libs' target, preventing unecessary copy of the libs to the 'build/lib' directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@766068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/management/eclipse-plugin/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/management/eclipse-plugin/build.xml b/qpid/java/management/eclipse-plugin/build.xml index 8513c6487d..7168d69c72 100644 --- a/qpid/java/management/eclipse-plugin/build.xml +++ b/qpid/java/management/eclipse-plugin/build.xml @@ -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/"/> |