You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2010/02/12 23:03:20 UTC

svn commit: r909632 - in /qpid/branches/0.6-release/qpid/java: broker/scripts/ perftests/bin/monitoring/ perftests/bin/processing/ perftests/etc/scripts/

Author: rajith
Date: Fri Feb 12 22:03:19 2010
New Revision: 909632

URL: http://svn.apache.org/viewvc?rev=909632&view=rev
Log:
This is related to QPID-2404
Removed the extra licensing header added due to a bug in my RAT tool patch

Modified:
    qpid/branches/0.6-release/qpid/java/broker/scripts/resetAlerting.sh
    qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/monitor-broker.sh
    qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/runTests.sh
    qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/stop-monitored-broker.sh
    qpid/branches/0.6-release/qpid/java/perftests/bin/processing/process.sh
    qpid/branches/0.6-release/qpid/java/perftests/bin/processing/processAll.sh
    qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractResults.sh
    qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh

Modified: qpid/branches/0.6-release/qpid/java/broker/scripts/resetAlerting.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/broker/scripts/resetAlerting.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/broker/scripts/resetAlerting.sh (original)
+++ qpid/branches/0.6-release/qpid/java/broker/scripts/resetAlerting.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/monitor-broker.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/monitor-broker.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/monitor-broker.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/monitor-broker.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/runTests.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/runTests.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/runTests.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/runTests.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/stop-monitored-broker.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/stop-monitored-broker.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/stop-monitored-broker.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/bin/monitoring/stop-monitored-broker.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/bin/processing/process.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/bin/processing/process.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/bin/processing/process.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/bin/processing/process.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash 
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/bin/processing/processAll.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/bin/processing/processAll.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/bin/processing/processAll.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/bin/processing/processAll.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash 
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractResults.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractResults.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractResults.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractResults.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash +x
 #
 # 

Modified: qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh?rev=909632&r1=909631&r2=909632&view=diff
==============================================================================
--- qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh (original)
+++ qpid/branches/0.6-release/qpid/java/perftests/etc/scripts/extractThroughputResults.sh Fri Feb 12 22:03:19 2010
@@ -1,24 +1,3 @@
-#
-# 
-# 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.
-# 
-#
-
 #!/bin/bash +x
 #
 # 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org