diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-05-21 15:26:08 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-05-21 15:26:08 +0000 |
| commit | 835ce5989d0f5192b8562e47c89cd73ffb5e6ba7 (patch) | |
| tree | e7bb96560cb5a266b255b177ef3e38919b12f373 /qpid/java/broker-plugins | |
| parent | 9a1031f22b93fb3e016d4015b28abb015befe72c (diff) | |
| download | qpid-python-835ce5989d0f5192b8562e47c89cd73ffb5e6ba7.tar.gz | |
QPID-5774: first main swipe, remove the Ant builds main build.xml and associated files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins')
| -rw-r--r-- | qpid/java/broker-plugins/access-control/build.xml | 34 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-0-10-protocol/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-0-8-protocol/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-1-0-protocol/build.xml | 40 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/derby-store/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/jdbc-provider-bone/build.xml | 56 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/jdbc-store/build.xml | 32 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/management-amqp/build.xml | 32 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/management-http/build.xml | 53 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/management-jmx/build.xml | 33 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/memory-store/build.xml | 32 | ||||
| -rw-r--r-- | qpid/java/broker-plugins/websocket/build.xml | 32 |
15 files changed, 0 insertions, 542 deletions
diff --git a/qpid/java/broker-plugins/access-control/build.xml b/qpid/java/broker-plugins/access-control/build.xml deleted file mode 100644 index abb205f439..0000000000 --- a/qpid/java/broker-plugins/access-control/build.xml +++ /dev/null @@ -1,34 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Access Control" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests management/common" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - - <property name="broker.plugin" value="true"/> - - <property name="broker-plugins-access-control.libs" value=""/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml b/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml deleted file mode 100644 index d60861f847..0000000000 --- a/qpid/java/broker-plugins/amqp-0-10-protocol/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 0-10 Protocol" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - <property name="broker-plugins-amqp-0-10-protocol.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml b/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml deleted file mode 100644 index 67c0b7ab4f..0000000000 --- a/qpid/java/broker-plugins/amqp-0-8-protocol/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 0-8 Protocol" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - <property name="broker-plugins-amqp-0-8-protocol.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml b/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml deleted file mode 100644 index 2315ba557d..0000000000 --- a/qpid/java/broker-plugins/amqp-1-0-protocol/build.xml +++ /dev/null @@ -1,40 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 1.0 Protocol" default="build"> - <property name="module.depends" value="common broker-core amqp-1-0-common broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - <property name="broker-plugins-amqp-1-0-protocol.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - - <!-- Overrides, but depends on, target in module.xml --> - <target name="copy-broker-plugin-jars-deps" depends="module.copy-broker-plugin-jars-deps" if="broker.plugin" description="copy broker plugins dependencies for use in release packaging"> - <copy todir="${build.scratch.broker.plugins.lib}" failonerror="true" flatten="true"> - <fileset file="${build.lib}/${project.name}-amqp-1-0-common-${project.version}.jar"/> - </copy> - </target> - -</project> diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml deleted file mode 100644 index 0e4a9f1120..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 0.8 to 1.0 MessageConversion" default="build"> - <property name="module.depends" value="common broker-core amqp-1-0-common broker-plugins/amqp-1-0-protocol broker-plugins/amqp-0-10-protocol broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided -Sqpid-amqp-1-0-common=provided -Sqpid-broker-plugins-amqp-0-10-protocol=provided -Sqpid-broker-plugins-amqp-1-0-protocol=provided"/> - <property name="broker-plugins-amqp-msg-conv-0-10-to-1-0.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml deleted file mode 100644 index d7f5898c4c..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 0.8 to 0.10 MessageConversion" default="build"> - <property name="module.depends" value="common broker-core broker-plugins/amqp-0-8-protocol broker-plugins/amqp-0-10-protocol broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided -Sqpid-broker-plugins-amqp-0-10-protocol=provided -Sqpid-broker-plugins-amqp-0-8-protocol=provided"/> - <property name="broker-plugins-amqp-msg-conv-0-8-to-0-10.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml b/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml deleted file mode 100644 index d14c9b0680..0000000000 --- a/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP 0.8 to 1.0 MessageConversion" default="build"> - <property name="module.depends" value="common broker-core amqp-1-0-common broker-plugins/amqp-0-8-protocol broker-plugins/amqp-1-0-protocol broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided -Sqpid-amqp-1-0-common=provided -Sqpid-broker-plugins-amqp-1-0-protocol=provided -Sqpid-broker-plugins-amqp-0-8-protocol=provided"/> - <property name="broker-plugins-amqp-msg-conv-0-8-to-1-0.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/derby-store/build.xml b/qpid/java/broker-plugins/derby-store/build.xml deleted file mode 100644 index fb71bc46a4..0000000000 --- a/qpid/java/broker-plugins/derby-store/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Derby Store" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - <property name="broker-plugins-derby-store.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> - -</project> diff --git a/qpid/java/broker-plugins/jdbc-provider-bone/build.xml b/qpid/java/broker-plugins/jdbc-provider-bone/build.xml deleted file mode 100644 index 5cc1edcef1..0000000000 --- a/qpid/java/broker-plugins/jdbc-provider-bone/build.xml +++ /dev/null @@ -1,56 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="jdbc-provider-bone" xmlns:ivy="antlib:org.apache.ivy.ant" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <condition property="download.bonecp.jar"> - <or> - <istrue value="${download-bonecp}"/> - <istrue value="${optional.dependencies}"/> - <istrue value="${optional}"/> - </or> - </condition> - - - <target name="check-bonecp-jar"> - <available file="${project.root}/${bonecp}" type="file" property="bonecp.jar.available"/> - </target> - - <target name="check-request-props" if="download.bonecp.jar"> - <antcall target="download-bone"/> - </target> - - - <target name="download-bone" depends="load-ivy, configure-ivy" unless="${ivy.dont.retrieve}"> - <echo message="Resolving and retrieving dependencies..."/> - <ivy:resolve type="jar,bundle" file="${project.root}/ivy.retrieve.xml" conf="bonecp"/> - <ivy:retrieve type="jar,bundle" conf="bonecp" sync="true" - pattern="${project.root}/lib/bonecp/[artifact]-[revision].[ext]" /> - </target> - - <target name="build" depends="check-request-props, module.build" /> - -</project> - diff --git a/qpid/java/broker-plugins/jdbc-store/build.xml b/qpid/java/broker-plugins/jdbc-store/build.xml deleted file mode 100644 index aa0f8aca94..0000000000 --- a/qpid/java/broker-plugins/jdbc-store/build.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins JDBC Store" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - <property name="broker-plugins-jdbc-store.libs" value="" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> -</project> diff --git a/qpid/java/broker-plugins/management-amqp/build.xml b/qpid/java/broker-plugins/management-amqp/build.xml deleted file mode 100644 index 5ed0fa87f3..0000000000 --- a/qpid/java/broker-plugins/management-amqp/build.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins AMQP Management" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - - <property name="broker.plugin" value="true"/> - <property name="broker-plugins-management-amqp.libs" value="" /> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> -</project> diff --git a/qpid/java/broker-plugins/management-http/build.xml b/qpid/java/broker-plugins/management-http/build.xml deleted file mode 100644 index e4ad1d9e4b..0000000000 --- a/qpid/java/broker-plugins/management-http/build.xml +++ /dev/null @@ -1,53 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Management HTTP" default="build"> - - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="broker-core/tests qpid-test-utils management/common client" /> - - <property name="module.genpom" value="true" /> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided" /> - - <property name="broker.plugin" value="true"/> - - <import file="../../module.xml" /> - - <property name="module.manifest" value="${module.build}/MANIFEST.MF" /> - <property name="dojo.config.file" value="${module.classes}/dojoconfig.properties" /> - - <target name="precompile" depends="generate-manifest, generate-dojo-config"/> - - <target name="generate-manifest"> - <!-- Echos exactly as shown, so leave no spaces before/after lines --> - <echo file="${module.manifest}" append="false">Manifest-Version: 1.0 -Class-Path: dojo-${dojo-version}.zip -</echo> - </target> - - <target name="generate-dojo-config"> - <!-- Echos exactly as shown, so leave no spaces before/after lines --> - <echo file="${dojo.config.file}" append="false">dojo-version=${dojo-version} -dojo-path=/dojo-${dojo-version}/dojo -dijit-path=/dojo-${dojo-version}/dijit -dojox-path=/dojo-${dojo-version}/dojox -</echo> - </target> - - <target name="bundle" depends="bundle-tasks" /> -</project> diff --git a/qpid/java/broker-plugins/management-jmx/build.xml b/qpid/java/broker-plugins/management-jmx/build.xml deleted file mode 100644 index ae7e410474..0000000000 --- a/qpid/java/broker-plugins/management-jmx/build.xml +++ /dev/null @@ -1,33 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Management JMX" default="build"> - <property name="module.depends" value="common broker-core management/common broker-codegen" /> - <property name="module.test.depends" value="broker-core/tests qpid-test-utils management/common client" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided -Sqpid-management-common=provided"/> - - <property name="broker.plugin" value="true"/> - - <property name="broker-plugins-management-jmx.libs" value=""/> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks" /> -</project> diff --git a/qpid/java/broker-plugins/memory-store/build.xml b/qpid/java/broker-plugins/memory-store/build.xml deleted file mode 100644 index 5bbc79f9c6..0000000000 --- a/qpid/java/broker-plugins/memory-store/build.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Memory Store" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - - <property name="broker.plugin" value="true"/> - <property name="broker-plugins-memory-store.libs" value="" /> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> -</project> diff --git a/qpid/java/broker-plugins/websocket/build.xml b/qpid/java/broker-plugins/websocket/build.xml deleted file mode 100644 index 05fb0f3286..0000000000 --- a/qpid/java/broker-plugins/websocket/build.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - - or more contributor license agreements. See the NOTICE file - - distributed with this work for additional information - - regarding copyright ownership. The ASF licenses this file - - to you under the Apache License, Version 2.0 (the - - "License"); you may not use this file except in compliance - - with the License. You may obtain a copy of the License at - - - - http://www.apache.org/licenses/LICENSE-2.0 - - - - Unless required by applicable law or agreed to in writing, - - software distributed under the License is distributed on an - - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - - KIND, either express or implied. See the License for the - - specific language governing permissions and limitations - - under the License. - --> -<project name="Qpid Broker-Plugins Websocket Transport" default="build"> - <property name="module.depends" value="common broker-core broker-codegen" /> - <property name="module.test.depends" value="qpid-test-utils broker-core/tests" /> - - <property name="module.genpom" value="true"/> - <property name="module.genpom.args" value="-Sqpid-common=provided -Sqpid-broker-core=provided"/> - - <property name="broker.plugin" value="true"/> - <property name="broker-plugins-websocket.libs" value="" /> - - <import file="../../module.xml" /> - - <target name="bundle" depends="bundle-tasks"/> -</project> |
