From a03af401ba693ade452dae7d0e4042d41636d12c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 1 Feb 2008 01:03:46 +0000 Subject: ant build system git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617320 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/build.xml | 38 ++++ java/build.deps | 66 +++++++ java/build.xml | 138 ++++++++++++++ java/client/build.xml | 37 ++++ java/common.xml | 97 ++++++++++ java/common/build.xml | 106 +++++++++++ java/common/jython-2.2-rc2.jar | Bin 0 -> 1203486 bytes java/integrationtests/build.xml | 28 +++ java/lib/com.ibm.icu-3.4.4.jar | Bin 0 -> 3255246 bytes java/lib/commons-cli-1.0.jar | Bin 0 -> 30117 bytes java/lib/commons-codec-1.3.jar | Bin 0 -> 46725 bytes java/lib/commons-collections-3.2.jar | Bin 0 -> 571259 bytes java/lib/commons-configuration-1.2.jar | Bin 0 -> 163822 bytes java/lib/commons-lang-2.2.jar | Bin 0 -> 243016 bytes java/lib/commons-logging-1.0.4.jar | Bin 0 -> 38015 bytes java/lib/geronimo-jms_1.1_spec-1.0.jar | Bin 0 -> 28211 bytes java/lib/javacc.jar | Bin 0 -> 378781 bytes java/lib/junit-3.8.1.jar | Bin 0 -> 121070 bytes java/lib/junit-toolkit-0.6-SNAPSHOT.jar | Bin 0 -> 81881 bytes java/lib/log4j-1.2.12.jar | Bin 0 -> 358085 bytes java/lib/mina-core-1.1.5.jar | Bin 0 -> 314195 bytes java/lib/mina-filter-ssl-1.1.5.jar | Bin 0 -> 29187 bytes java/lib/org.eclipse.core.commands-3.2.0.jar | Bin 0 -> 89522 bytes java/lib/org.eclipse.core.contenttype-3.2.0.jar | Bin 0 -> 76141 bytes java/lib/org.eclipse.core.expressions-3.2.0.jar | Bin 0 -> 66023 bytes java/lib/org.eclipse.core.jobs-3.2.0.jar | Bin 0 -> 74797 bytes java/lib/org.eclipse.core.runtime-3.2.0.jar | Bin 0 -> 76627 bytes ...lipse.core.runtime.compatibility.auth-3.2.0.jar | Bin 0 -> 18733 bytes ...e.core.runtime.compatibility.registry-3.2.0.jar | Bin 0 -> 7887 bytes java/lib/org.eclipse.equinox.common-3.2.0.jar | Bin 0 -> 79780 bytes java/lib/org.eclipse.equinox.preferences-3.2.0.jar | Bin 0 -> 91662 bytes java/lib/org.eclipse.equinox.registry-3.2.0.jar | Bin 0 -> 143841 bytes java/lib/org.eclipse.help-3.2.0.jar | Bin 0 -> 115440 bytes java/lib/org.eclipse.jface-3.2.0.jar | Bin 0 -> 813664 bytes java/lib/org.eclipse.osgi-3.2.0.jar | Bin 0 -> 846717 bytes java/lib/org.eclipse.swt-3.2.0.jar | Bin 0 -> 10867 bytes java/lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar | Bin 0 -> 1553273 bytes java/lib/org.eclipse.ui-3.2.0.jar | Bin 0 -> 124376 bytes java/lib/org.eclipse.ui.forms-3.2.0.jar | Bin 0 -> 235372 bytes java/lib/org.eclipse.ui.workbench-3.2.1.jar | Bin 0 -> 3076013 bytes java/lib/slf4j-api-1.4.0.jar | Bin 0 -> 13095 bytes java/lib/slf4j-log4j12-1.4.0.jar | Bin 0 -> 7132 bytes java/lib/xalan-2.7.0.jar | Bin 0 -> 2730442 bytes java/management/eclipse-plugin/build.xml | 27 +++ java/module.xml | 209 +++++++++++++++++++++ java/perftests/build.xml | 28 +++ java/systests/build.xml | 27 +++ 47 files changed, 801 insertions(+) create mode 100644 java/broker/build.xml create mode 100644 java/build.deps create mode 100644 java/build.xml create mode 100644 java/client/build.xml create mode 100644 java/common.xml create mode 100644 java/common/build.xml create mode 100644 java/common/jython-2.2-rc2.jar create mode 100644 java/integrationtests/build.xml create mode 100644 java/lib/com.ibm.icu-3.4.4.jar create mode 100644 java/lib/commons-cli-1.0.jar create mode 100644 java/lib/commons-codec-1.3.jar create mode 100644 java/lib/commons-collections-3.2.jar create mode 100644 java/lib/commons-configuration-1.2.jar create mode 100644 java/lib/commons-lang-2.2.jar create mode 100644 java/lib/commons-logging-1.0.4.jar create mode 100644 java/lib/geronimo-jms_1.1_spec-1.0.jar create mode 100644 java/lib/javacc.jar create mode 100644 java/lib/junit-3.8.1.jar create mode 100644 java/lib/junit-toolkit-0.6-SNAPSHOT.jar create mode 100644 java/lib/log4j-1.2.12.jar create mode 100644 java/lib/mina-core-1.1.5.jar create mode 100644 java/lib/mina-filter-ssl-1.1.5.jar create mode 100644 java/lib/org.eclipse.core.commands-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.contenttype-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.expressions-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.jobs-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.runtime-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.runtime.compatibility.auth-3.2.0.jar create mode 100644 java/lib/org.eclipse.core.runtime.compatibility.registry-3.2.0.jar create mode 100644 java/lib/org.eclipse.equinox.common-3.2.0.jar create mode 100644 java/lib/org.eclipse.equinox.preferences-3.2.0.jar create mode 100644 java/lib/org.eclipse.equinox.registry-3.2.0.jar create mode 100644 java/lib/org.eclipse.help-3.2.0.jar create mode 100644 java/lib/org.eclipse.jface-3.2.0.jar create mode 100644 java/lib/org.eclipse.osgi-3.2.0.jar create mode 100644 java/lib/org.eclipse.swt-3.2.0.jar create mode 100644 java/lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar create mode 100644 java/lib/org.eclipse.ui-3.2.0.jar create mode 100644 java/lib/org.eclipse.ui.forms-3.2.0.jar create mode 100644 java/lib/org.eclipse.ui.workbench-3.2.1.jar create mode 100644 java/lib/slf4j-api-1.4.0.jar create mode 100644 java/lib/slf4j-log4j12-1.4.0.jar create mode 100644 java/lib/xalan-2.7.0.jar create mode 100644 java/management/eclipse-plugin/build.xml create mode 100644 java/module.xml create mode 100644 java/perftests/build.xml create mode 100644 java/systests/build.xml (limited to 'java') diff --git a/java/broker/build.xml b/java/broker/build.xml new file mode 100644 index 0000000000..bf402af7f7 --- /dev/null +++ b/java/broker/build.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + diff --git a/java/build.deps b/java/build.deps new file mode 100644 index 0000000000..eff4f8c4ad --- /dev/null +++ b/java/build.deps @@ -0,0 +1,66 @@ +commons-cli=lib/commons-cli-1.0.jar +commons-codec=lib/commons-codec-1.3.jar +commons-collections=lib/commons-collections-3.2.jar +commons-configuration=lib/commons-configuration-1.2.jar +commons-lang=lib/commons-lang-2.2.jar +commons-logging=lib/commons-logging-1.0.4.jar + +geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar + +junit-toolkit=lib/junit-toolkit-0.6-SNAPSHOT.jar + +log4j=lib/log4j-1.2.12.jar + +mina-core=lib/mina-core-1.1.5.jar +mina-filter-ssl=lib/mina-filter-ssl-1.1.5.jar + +slf4j-api=lib/slf4j-api-1.4.0.jar +slf4j-log4j=lib/slf4j-log4j12-1.4.0.jar + +xalan=lib/xalan-2.7.0.jar + +common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl} ${commons-codec} \ + ${commons-lang} ${commons-collections} ${commons-configuration} +client.libs=${common.libs} ${geronimo-jms} +broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ + ${slf4j-log4j} ${xalan} +systests.libs=${client.libs} ${junit-toolkit} +perftests.libs=${systests.libs} +integrationtests.libs=${systests.libs} + +ibm-icu=lib/com.ibm.icu-3.4.4.jar +ecl-core-jface=lib/org.eclipse.jface-3.2.0.jar +ecl-core-commands=lib/org.eclipse.core.commands-3.2.0.jar +ecl-core-contenttype=lib/org.eclipse.core.contenttype-3.2.0.jar +ecl-core-expressions=lib/org.eclipse.core.expressions-3.2.0.jar +ecl-core-jobs=lib/org.eclipse.core.jobs-3.2.0.jar +ecl-core-runtime=lib/org.eclipse.core.runtime-3.2.0.jar +ecl-core-runtime-compat-auth=lib/org.eclipse.core.runtime.compatibility.auth-3.2.0.jar +ecl-core-runtime-compat-registry=lib/org.eclipse.core.runtime.compatibility.registry-3.2.0.jar +ecl-equinox-common=lib/org.eclipse.equinox.common-3.2.0.jar +ecl-equinox-prefs=lib/org.eclipse.equinox.preferences-3.2.0.jar +ecl-equinox-registry=lib/org.eclipse.equinox.registry-3.2.0.jar +ecl-help=lib/org.eclipse.help-3.2.0.jar +ecl-osgi=lib/org.eclipse.osgi-3.2.0.jar +ecl-swt=lib/org.eclipse.swt-3.2.0.jar +ecl-swt-win32=lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar +ecl-ui=lib/org.eclipse.ui-3.2.0.jar +ecl-ui-forms=lib/org.eclipse.ui.forms-3.2.0.jar +ecl-ui-workbench=lib/org.eclipse.ui.workbench-3.2.1.jar + +management-eclipse-plugin.libs=${commons-codec} ${ibm-icu} ${ecl-core-jface} \ + ${ecl-core-commands} ${ecl-core-contenttype} ${ecl-core-expressions} \ + ${ecl-core-jobs} ${ecl-core-runtime} ${ecl-core-runtime-compat-auth} \ + ${ecl-core-runtime-compat-registry} ${ecl-equinox-common} \ + ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \ + ${ecl-swt} ${ecl-swt-win32} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} + +test.libs=${log4j} ${slf4j-log4j} ${junit-toolkit} + +common.test.libs=${test.libs} +broker.test.libs=${test.libs} +client.test.libs=${broker.libs} ${test.libs} +systests.test.libs=${broker.libs} ${test.libs} +perftests.test.libs=${systests.test.libs} +integrationtests.test.libs=${systests.test.libs} +management-eclipse-plugin.test.libs=${systests.test.libs} diff --git a/java/build.xml b/java/build.xml new file mode 100644 index 0000000000..33c09f09a8 --- /dev/null +++ b/java/build.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/client/build.xml b/java/client/build.xml new file mode 100644 index 0000000000..847c38b3eb --- /dev/null +++ b/java/client/build.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + diff --git a/java/common.xml b/java/common.xml new file mode 100644 index 0000000000..5053bdd3aa --- /dev/null +++ b/java/common.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/common/build.xml b/java/common/build.xml new file mode 100644 index 0000000000..da5d7a5759 --- /dev/null +++ b/java/common/build.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/common/jython-2.2-rc2.jar b/java/common/jython-2.2-rc2.jar new file mode 100644 index 0000000000..e25e2cb945 Binary files /dev/null and b/java/common/jython-2.2-rc2.jar differ diff --git a/java/integrationtests/build.xml b/java/integrationtests/build.xml new file mode 100644 index 0000000000..c37dd4a893 --- /dev/null +++ b/java/integrationtests/build.xml @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/java/lib/com.ibm.icu-3.4.4.jar b/java/lib/com.ibm.icu-3.4.4.jar new file mode 100644 index 0000000000..9df503a2a3 Binary files /dev/null and b/java/lib/com.ibm.icu-3.4.4.jar differ diff --git a/java/lib/commons-cli-1.0.jar b/java/lib/commons-cli-1.0.jar new file mode 100644 index 0000000000..22a004e14e Binary files /dev/null and b/java/lib/commons-cli-1.0.jar differ diff --git a/java/lib/commons-codec-1.3.jar b/java/lib/commons-codec-1.3.jar new file mode 100644 index 0000000000..957b6752af Binary files /dev/null and b/java/lib/commons-codec-1.3.jar differ diff --git a/java/lib/commons-collections-3.2.jar b/java/lib/commons-collections-3.2.jar new file mode 100644 index 0000000000..75580be255 Binary files /dev/null and b/java/lib/commons-collections-3.2.jar differ diff --git a/java/lib/commons-configuration-1.2.jar b/java/lib/commons-configuration-1.2.jar new file mode 100644 index 0000000000..574d0ac789 Binary files /dev/null and b/java/lib/commons-configuration-1.2.jar differ diff --git a/java/lib/commons-lang-2.2.jar b/java/lib/commons-lang-2.2.jar new file mode 100644 index 0000000000..b9105611f3 Binary files /dev/null and b/java/lib/commons-lang-2.2.jar differ diff --git a/java/lib/commons-logging-1.0.4.jar b/java/lib/commons-logging-1.0.4.jar new file mode 100644 index 0000000000..b73a80fab6 Binary files /dev/null and b/java/lib/commons-logging-1.0.4.jar differ diff --git a/java/lib/geronimo-jms_1.1_spec-1.0.jar b/java/lib/geronimo-jms_1.1_spec-1.0.jar new file mode 100644 index 0000000000..42bf403e28 Binary files /dev/null and b/java/lib/geronimo-jms_1.1_spec-1.0.jar differ diff --git a/java/lib/javacc.jar b/java/lib/javacc.jar new file mode 100644 index 0000000000..5506008402 Binary files /dev/null and b/java/lib/javacc.jar differ diff --git a/java/lib/junit-3.8.1.jar b/java/lib/junit-3.8.1.jar new file mode 100644 index 0000000000..674d71e89e Binary files /dev/null and b/java/lib/junit-3.8.1.jar differ diff --git a/java/lib/junit-toolkit-0.6-SNAPSHOT.jar b/java/lib/junit-toolkit-0.6-SNAPSHOT.jar new file mode 100644 index 0000000000..931c18ec25 Binary files /dev/null and b/java/lib/junit-toolkit-0.6-SNAPSHOT.jar differ diff --git a/java/lib/log4j-1.2.12.jar b/java/lib/log4j-1.2.12.jar new file mode 100644 index 0000000000..9b5a720088 Binary files /dev/null and b/java/lib/log4j-1.2.12.jar differ diff --git a/java/lib/mina-core-1.1.5.jar b/java/lib/mina-core-1.1.5.jar new file mode 100644 index 0000000000..835a00df53 Binary files /dev/null and b/java/lib/mina-core-1.1.5.jar differ diff --git a/java/lib/mina-filter-ssl-1.1.5.jar b/java/lib/mina-filter-ssl-1.1.5.jar new file mode 100644 index 0000000000..8e917a35ee Binary files /dev/null and b/java/lib/mina-filter-ssl-1.1.5.jar differ diff --git a/java/lib/org.eclipse.core.commands-3.2.0.jar b/java/lib/org.eclipse.core.commands-3.2.0.jar new file mode 100644 index 0000000000..c864864689 Binary files /dev/null and b/java/lib/org.eclipse.core.commands-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.contenttype-3.2.0.jar b/java/lib/org.eclipse.core.contenttype-3.2.0.jar new file mode 100644 index 0000000000..816e3fc938 Binary files /dev/null and b/java/lib/org.eclipse.core.contenttype-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.expressions-3.2.0.jar b/java/lib/org.eclipse.core.expressions-3.2.0.jar new file mode 100644 index 0000000000..51d2a0204c Binary files /dev/null and b/java/lib/org.eclipse.core.expressions-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.jobs-3.2.0.jar b/java/lib/org.eclipse.core.jobs-3.2.0.jar new file mode 100644 index 0000000000..995bcd2e27 Binary files /dev/null and b/java/lib/org.eclipse.core.jobs-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.runtime-3.2.0.jar b/java/lib/org.eclipse.core.runtime-3.2.0.jar new file mode 100644 index 0000000000..85e61cca58 Binary files /dev/null and b/java/lib/org.eclipse.core.runtime-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.runtime.compatibility.auth-3.2.0.jar b/java/lib/org.eclipse.core.runtime.compatibility.auth-3.2.0.jar new file mode 100644 index 0000000000..26bb49fe12 Binary files /dev/null and b/java/lib/org.eclipse.core.runtime.compatibility.auth-3.2.0.jar differ diff --git a/java/lib/org.eclipse.core.runtime.compatibility.registry-3.2.0.jar b/java/lib/org.eclipse.core.runtime.compatibility.registry-3.2.0.jar new file mode 100644 index 0000000000..4ffbb0db56 Binary files /dev/null and b/java/lib/org.eclipse.core.runtime.compatibility.registry-3.2.0.jar differ diff --git a/java/lib/org.eclipse.equinox.common-3.2.0.jar b/java/lib/org.eclipse.equinox.common-3.2.0.jar new file mode 100644 index 0000000000..e28a631ebb Binary files /dev/null and b/java/lib/org.eclipse.equinox.common-3.2.0.jar differ diff --git a/java/lib/org.eclipse.equinox.preferences-3.2.0.jar b/java/lib/org.eclipse.equinox.preferences-3.2.0.jar new file mode 100644 index 0000000000..0ca4767ced Binary files /dev/null and b/java/lib/org.eclipse.equinox.preferences-3.2.0.jar differ diff --git a/java/lib/org.eclipse.equinox.registry-3.2.0.jar b/java/lib/org.eclipse.equinox.registry-3.2.0.jar new file mode 100644 index 0000000000..750fab0e76 Binary files /dev/null and b/java/lib/org.eclipse.equinox.registry-3.2.0.jar differ diff --git a/java/lib/org.eclipse.help-3.2.0.jar b/java/lib/org.eclipse.help-3.2.0.jar new file mode 100644 index 0000000000..12ac13f918 Binary files /dev/null and b/java/lib/org.eclipse.help-3.2.0.jar differ diff --git a/java/lib/org.eclipse.jface-3.2.0.jar b/java/lib/org.eclipse.jface-3.2.0.jar new file mode 100644 index 0000000000..1d5035a859 Binary files /dev/null and b/java/lib/org.eclipse.jface-3.2.0.jar differ diff --git a/java/lib/org.eclipse.osgi-3.2.0.jar b/java/lib/org.eclipse.osgi-3.2.0.jar new file mode 100644 index 0000000000..7ad4b9eff3 Binary files /dev/null and b/java/lib/org.eclipse.osgi-3.2.0.jar differ diff --git a/java/lib/org.eclipse.swt-3.2.0.jar b/java/lib/org.eclipse.swt-3.2.0.jar new file mode 100644 index 0000000000..0b2be574ed Binary files /dev/null and b/java/lib/org.eclipse.swt-3.2.0.jar differ diff --git a/java/lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar b/java/lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar new file mode 100644 index 0000000000..8fbebc2401 Binary files /dev/null and b/java/lib/org.eclipse.swt.win32.win32.x86-3.2.0.jar differ diff --git a/java/lib/org.eclipse.ui-3.2.0.jar b/java/lib/org.eclipse.ui-3.2.0.jar new file mode 100644 index 0000000000..b96dac530d Binary files /dev/null and b/java/lib/org.eclipse.ui-3.2.0.jar differ diff --git a/java/lib/org.eclipse.ui.forms-3.2.0.jar b/java/lib/org.eclipse.ui.forms-3.2.0.jar new file mode 100644 index 0000000000..460585e68b Binary files /dev/null and b/java/lib/org.eclipse.ui.forms-3.2.0.jar differ diff --git a/java/lib/org.eclipse.ui.workbench-3.2.1.jar b/java/lib/org.eclipse.ui.workbench-3.2.1.jar new file mode 100644 index 0000000000..4a10e210df Binary files /dev/null and b/java/lib/org.eclipse.ui.workbench-3.2.1.jar differ diff --git a/java/lib/slf4j-api-1.4.0.jar b/java/lib/slf4j-api-1.4.0.jar new file mode 100644 index 0000000000..9ce2532aa4 Binary files /dev/null and b/java/lib/slf4j-api-1.4.0.jar differ diff --git a/java/lib/slf4j-log4j12-1.4.0.jar b/java/lib/slf4j-log4j12-1.4.0.jar new file mode 100644 index 0000000000..e8e09f35ca Binary files /dev/null and b/java/lib/slf4j-log4j12-1.4.0.jar differ diff --git a/java/lib/xalan-2.7.0.jar b/java/lib/xalan-2.7.0.jar new file mode 100644 index 0000000000..007be3960a Binary files /dev/null and b/java/lib/xalan-2.7.0.jar differ diff --git a/java/management/eclipse-plugin/build.xml b/java/management/eclipse-plugin/build.xml new file mode 100644 index 0000000000..492783e574 --- /dev/null +++ b/java/management/eclipse-plugin/build.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/java/module.xml b/java/module.xml new file mode 100644 index 0000000000..7ac00e7b73 --- /dev/null +++ b/java/module.xml @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/perftests/build.xml b/java/perftests/build.xml new file mode 100644 index 0000000000..670351886d --- /dev/null +++ b/java/perftests/build.xml @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/java/systests/build.xml b/java/systests/build.xml new file mode 100644 index 0000000000..4a45bfb28e --- /dev/null +++ b/java/systests/build.xml @@ -0,0 +1,27 @@ + + + + + + + + -- cgit v1.2.1