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 | 714084b661b4e0f6d121eb61d54f049909b27b18 (patch) | |
tree | dca70442cf19932496e38281774dad520695c3dd | |
parent | a7c950bb9b5d6c92da8c2a5cc0b19dd727f3d71f (diff) | |
download | qpid-python-714084b661b4e0f6d121eb61d54f049909b27b18.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/qpid@766068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/management/eclipse-plugin/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/build.xml b/java/management/eclipse-plugin/build.xml index 8513c6487d..7168d69c72 100644 --- a/java/management/eclipse-plugin/build.xml +++ b/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/"/> |