From d58001500e892b95e0421ad48fe4a80a45fe8491 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 15 Dec 2008 17:08:07 +0000 Subject: Added license headers to the following files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726742 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client/example/bin/verify_all | 18 ++++++ qpid/java/management/client/bin/qman | 18 ++++++ qpid/java/management/client/etc/qman-config.xml | 73 ++++++++++++++-------- qpid/java/management/client/web.xml | 43 +++++++++---- .../management/eclipse-plugin/META-INF/MANIFEST.MF | 1 + 5 files changed, 116 insertions(+), 37 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/client/example/bin/verify_all b/qpid/java/client/example/bin/verify_all index 0191ebd80e..0212e7d819 100644 --- a/qpid/java/client/example/bin/verify_all +++ b/qpid/java/client/example/bin/verify_all @@ -1,5 +1,23 @@ #!/bin/sh +# 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. +# + export QPID_SRC_HOME=$(cd "$(dirname $0)/../../../.."; pwd) export CPP=$QPID_SRC_HOME/cpp/examples/examples export PYTHON=$QPID_SRC_HOME/python/examples diff --git a/qpid/java/management/client/bin/qman b/qpid/java/management/client/bin/qman index 7c7d53cb7d..7352bb0388 100755 --- a/qpid/java/management/client/bin/qman +++ b/qpid/java/management/client/bin/qman @@ -1,5 +1,23 @@ #!/bin/sh +# 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. +# + if [ "$QPID_LIB_PATH" = "" ] ; then QPID_LIB_PATH=/usr/share/java fi diff --git a/qpid/java/management/client/etc/qman-config.xml b/qpid/java/management/client/etc/qman-config.xml index 185eb6f2f5..68ca3c6edf 100644 --- a/qpid/java/management/client/etc/qman-config.xml +++ b/qpid/java/management/client/etc/qman-config.xml @@ -1,26 +1,47 @@ - - - - localhost - 5672 - test - guest - guest - 4 - 0 - -1 - - - - \ No newline at end of file + + + + + + localhost + 5672 + test + guest + guest + 4 + 0 + -1 + + + + diff --git a/qpid/java/management/client/web.xml b/qpid/java/management/client/web.xml index 2f9744b7ae..71ca74b2e5 100644 --- a/qpid/java/management/client/web.xml +++ b/qpid/java/management/client/web.xml @@ -1,11 +1,32 @@ - - - QManEE - Web Application used for integrating QMan onto an Application Server. - - QMan Servlet (Initializer) - QManServlet - org.apache.qpid.management.servlet.QManServlet - 1 - - \ No newline at end of file + + + + + QManEE + Web Application used for integrating QMan onto an Application Server. + + QMan Servlet (Initializer) + QManServlet + org.apache.qpid.management.servlet.QManServlet + 1 + + diff --git a/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF index ff4176d482..15fcd8d59a 100644 --- a/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF +++ b/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-ManifestVersion: 2 Bundle-Name: Qpid Management Console Plug-in Bundle-SymbolicName: org.apache.qpid.management.ui; singleton:=true -- cgit v1.2.1