diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-08-15 07:27:01 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-08-15 07:27:01 +0000 |
| commit | 034f02dac2f4645094633c77805b1e538e4d0583 (patch) | |
| tree | c18bda79f723851744676020f97a74ce749ae261 /java/build.deps | |
| parent | feb6aa0d9e4a8001b5249cfdfc90a0013dd422b8 (diff) | |
| download | qpid-python-034f02dac2f4645094633c77805b1e538e4d0583.tar.gz | |
NO-JIRA: small adjustments to stop Ant generating warnings and spewing irrelevant stacktraces during test runs
1. Set includeantruntime property to false on the remainig javac tasks which dont already have it
2. Manipulate the build.deps entries for the jmx management console to remove non-java files from the test classpath, since the tests dont need them and the console build process doesnt depend on the main <module>.libss property value being all-inclusive anyway.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1157730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/java/build.deps b/java/build.deps index cfbd122527..100aa87a2a 100644 --- a/java/build.deps +++ b/java/build.deps @@ -103,30 +103,27 @@ ecl-equinox-launcher-solaris-gtk-sparc=lib/org.eclipse.equinox.launcher.gtk.sola management-common.libs= +management-eclipse-plugin.core-libs=${ibm-icu} ${ecl-core-jface} ${ecl-core-jface-databinding} \ + ${ecl-core-commands} ${ecl-core-contenttype} ${ecl-core-databinding} ${ecl-core-expressions} \ + ${ecl-core-jobs} ${ecl-core-runtime} ${ecl-equinox-app} ${ecl-equinox-common} ${ecl-equinox-launcher} \ + ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} ${ecl-swt} ${ecl-ui} ${ecl-ui-forms} \ + ${ecl-ui-workbench} ${apache-commons-codec} + +management-eclipse-plugin.swt-libs=${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx-carbon} \ + ${ecl-swt-linux-gtk-x86_64} ${ecl-swt-solaris-gtk-sparc} + +management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${management-eclipse-plugin.swt-libs} + management-eclipse-plugin-win32-win32-x86.libs=${management-eclipse-plugin.core-libs} \ - ${ecl-swt-win32-win32-x86} ${ecl-equinox-launcher-win32-win32-x86} + ${ecl-swt-win32-win32-x86} ${ecl-equinox-launcher-win32-win32-x86} ${ecl-core-runtime-compat-registry} management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs} \ - ${ecl-swt-linux-gtk-x86} ${ecl-equinox-launcher-linux-gtk-x86} + ${ecl-swt-linux-gtk-x86} ${ecl-equinox-launcher-linux-gtk-x86} ${ecl-core-runtime-compat-registry} management-eclipse-plugin-linux-gtk-x86_64.libs=${management-eclipse-plugin.core-libs} \ - ${ecl-swt-linux-gtk-x86_64} ${ecl-equinox-launcher-linux-gtk-x86_64} + ${ecl-swt-linux-gtk-x86_64} ${ecl-equinox-launcher-linux-gtk-x86_64} ${ecl-core-runtime-compat-registry} management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} \ - ${ecl-swt-macosx-carbon} ${ecl-equinox-launcher-macosx-carbon} + ${ecl-swt-macosx-carbon} ${ecl-equinox-launcher-macosx-carbon} ${ecl-core-runtime-compat-registry} management-eclipse-plugin-solaris-gtk-sparc.libs=${management-eclipse-plugin.core-libs} \ - ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc} - -management-eclipse-plugin.core-libs=${ibm-icu} ${ecl-core-jface} ${ecl-core-jface-databinding} \ - ${ecl-core-commands} ${ecl-core-contenttype} ${ecl-core-databinding} ${ecl-core-expressions} \ - ${ecl-core-jobs} ${ecl-core-runtime} ${ecl-core-runtime-compat-registry} ${ecl-equinox-app} \ - ${ecl-equinox-common} ${ecl-equinox-launcher} ${ecl-equinox-prefs} ${ecl-equinox-registry} \ - ${ecl-help} ${ecl-osgi} ${ecl-swt} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} ${apache-commons-codec} - -management-eclipse-plugin.platform-libs=${ecl-equinox-launcher-win32-win32-x86} \ - ${ecl-equinox-launcher-linux-gtk-x86} ${ecl-equinox-launcher-macosx-carbon} \ - ${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx-carbon} \ - ${ecl-swt-linux-gtk-x86_64} ${ecl-equinox-launcher-linux-gtk-x86_64} \ - ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc} - -management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${management-eclipse-plugin.platform-libs} + ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc} ${ecl-core-runtime-compat-registry} common.test.libs=${test.libs} broker.test.libs=${test.libs} @@ -139,5 +136,5 @@ systests.libs=${test.libs} broker-plugins.test.libs=${test.libs} broker-plugins-experimental-info.test.libs=${test.libs} ${servlet-api} ${jetty} ${jetty-util} ${jetty-servlet-tester} -management-eclipse-plugin.test.libs=${systests.libs} +management-eclipse-plugin.test.libs=${test.libs} management-common.test.libs=${test.libs} |
