summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-01-21 17:41:46 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-01-21 17:41:46 +0000
commit970079da12f6868fbe0de106dadb516caf21645b (patch)
tree594fb45ba44f6747cc8e13eaa857b7f3d9b8a11b /qpid/java/management/eclipse-plugin/build.xml
parent637b3676ed818063c14201bc257c010e637709bc (diff)
downloadqpid-python-970079da12f6868fbe0de106dadb516caf21645b.tar.gz
QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for management console.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/build.xml')
-rw-r--r--qpid/java/management/eclipse-plugin/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/management/eclipse-plugin/build.xml b/qpid/java/management/eclipse-plugin/build.xml
index 1d6144116d..4dd279f721 100644
--- a/qpid/java/management/eclipse-plugin/build.xml
+++ b/qpid/java/management/eclipse-plugin/build.xml
@@ -61,9 +61,7 @@
</target>
-
- <!-- Override imported module.xml build target, create module jar containing plugin files -->
- <target name="build" depends="prepare, compile, copy-plugin-files, create-version, jar, jar-tests"/>
+ <target name="precompile" depends="copy-plugin-files, create-version" />
<!-- Override imported module.xml release-bin target -->
<target name="release-bin" depends="build">