diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-05-02 21:54:15 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-05-02 21:54:15 +0000 |
| commit | b4dca0ab49ee27d82d53d13ba80ac985ff2578de (patch) | |
| tree | 2d19633e2874a36d21d755a31d243cf9b3aa9467 /qpid/tools/src/java/test/bin | |
| parent | 5ba9c1aede16e9242145605e94bb53b52099be0a (diff) | |
| download | qpid-python-b4dca0ab49ee27d82d53d13ba80ac985ff2578de.tar.gz | |
QPID-5610: remove existing java qmf tools dir, to make way for the mavenised version from the branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/java/test/bin')
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentExternalTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/AgentTestConsole.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/InvokeMethodTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/SchemaTest.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test1.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test2.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test3.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/Test4.sh | 30 | ||||
| -rwxr-xr-x | qpid/tools/src/java/test/bin/URLTest.sh | 30 | ||||
| -rw-r--r-- | qpid/tools/src/java/test/bin/log4j.xml | 50 |
16 files changed, 0 insertions, 500 deletions
diff --git a/qpid/tools/src/java/test/bin/AgentExternalTest.sh b/qpid/tools/src/java/test/bin/AgentExternalTest.sh deleted file mode 100755 index de7778c9fe..0000000000 --- a/qpid/tools/src/java/test/bin/AgentExternalTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.AgentExternalTest "$@" diff --git a/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh b/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh deleted file mode 100755 index e86860bfea..0000000000 --- a/qpid/tools/src/java/test/bin/AgentSubscriptionTestConsole.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.AgentSubscriptionTestConsole "$@" diff --git a/qpid/tools/src/java/test/bin/AgentTest.sh b/qpid/tools/src/java/test/bin/AgentTest.sh deleted file mode 100755 index 9a0038e073..0000000000 --- a/qpid/tools/src/java/test/bin/AgentTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.AgentTest "$@" diff --git a/qpid/tools/src/java/test/bin/AgentTestConsole.sh b/qpid/tools/src/java/test/bin/AgentTestConsole.sh deleted file mode 100755 index d5e958e385..0000000000 --- a/qpid/tools/src/java/test/bin/AgentTestConsole.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.AgentTestConsole "$@" diff --git a/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh b/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh deleted file mode 100755 index e97d99c37a..0000000000 --- a/qpid/tools/src/java/test/bin/BigPayloadAgentTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.BigPayloadAgentTest "$@" diff --git a/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh b/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh deleted file mode 100755 index 92ad26966f..0000000000 --- a/qpid/tools/src/java/test/bin/BigPayloadAgentTestConsole.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.BigPayloadAgentTestConsole "$@" diff --git a/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh b/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh deleted file mode 100755 index 9db81c1ccd..0000000000 --- a/qpid/tools/src/java/test/bin/BrokerSubscriptionTestConsole.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.BrokerSubscriptionTestConsole "$@" diff --git a/qpid/tools/src/java/test/bin/InvokeMethodTest.sh b/qpid/tools/src/java/test/bin/InvokeMethodTest.sh deleted file mode 100755 index 520cf8361d..0000000000 --- a/qpid/tools/src/java/test/bin/InvokeMethodTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.InvokeMethodTest "$@" diff --git a/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh b/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh deleted file mode 100755 index 6a5b4c9ef8..0000000000 --- a/qpid/tools/src/java/test/bin/PartialGetObjectsTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.PartialGetObjectsTest "$@" diff --git a/qpid/tools/src/java/test/bin/SchemaTest.sh b/qpid/tools/src/java/test/bin/SchemaTest.sh deleted file mode 100755 index 2ce33a08ca..0000000000 --- a/qpid/tools/src/java/test/bin/SchemaTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.SchemaTest "$@" diff --git a/qpid/tools/src/java/test/bin/Test1.sh b/qpid/tools/src/java/test/bin/Test1.sh deleted file mode 100755 index 13bf0ae880..0000000000 --- a/qpid/tools/src/java/test/bin/Test1.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.Test1 "$@" diff --git a/qpid/tools/src/java/test/bin/Test2.sh b/qpid/tools/src/java/test/bin/Test2.sh deleted file mode 100755 index 877655b3d4..0000000000 --- a/qpid/tools/src/java/test/bin/Test2.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.Test2 "$@" diff --git a/qpid/tools/src/java/test/bin/Test3.sh b/qpid/tools/src/java/test/bin/Test3.sh deleted file mode 100755 index 5e0e88ecc6..0000000000 --- a/qpid/tools/src/java/test/bin/Test3.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.Test3 diff --git a/qpid/tools/src/java/test/bin/Test4.sh b/qpid/tools/src/java/test/bin/Test4.sh deleted file mode 100755 index ff694e24fa..0000000000 --- a/qpid/tools/src/java/test/bin/Test4.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.Test4 diff --git a/qpid/tools/src/java/test/bin/URLTest.sh b/qpid/tools/src/java/test/bin/URLTest.sh deleted file mode 100755 index aac91eea53..0000000000 --- a/qpid/tools/src/java/test/bin/URLTest.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# 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. -# - -WHEREAMI=`dirname $0` -if [ -z "$QMF2_HOME" ]; then - export QMF2_HOME=`cd $WHEREAMI/../../ && pwd` -fi - -QMF2_LIBS=$QMF2_HOME/build/lib - -CLASSPATH=$QMF2_LIBS/qpid-client-patch.jar:$CLASSPATH:$QMF2_LIBS/qmf2.jar:$QMF2_LIBS/qmf2test.jar - -java -cp $CLASSPATH org.apache.qpid.qmf2.test.URLTest diff --git a/qpid/tools/src/java/test/bin/log4j.xml b/qpid/tools/src/java/test/bin/log4j.xml deleted file mode 100644 index d5169932bc..0000000000 --- a/qpid/tools/src/java/test/bin/log4j.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> - -<!-- ===================================================================== --> -<!-- --> -<!-- Log4j Configuration --> -<!-- --> -<!-- ===================================================================== --> - -<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false"> - <!-- ============================== --> - <!-- Append messages to the console --> - <!-- ============================== --> - <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender"> - <param name="Target" value="System.out"/> - <param name="Threshold" value="ALL"/> - - <layout class="org.apache.log4j.PatternLayout"> - <!-- The default pattern: Date Priority [Category] Message\n --> - <param name="ConversionPattern" value="%m%n"/> - </layout> - </appender> - - <!-- ======================= --> - <!-- Setup the Root category --> - <!-- ======================= --> - <root> - <priority value="INFO" /> - <appender-ref ref="CONSOLE"/> - </root> - -</log4j:configuration> |
