You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/04 00:29:11 UTC

svn commit: r452657 - in /incubator/activemq/trunk: ./ activemq-core/src/test/eclipse-resources/ activemq-core/src/test/java/org/apache/activemq/ assembly/src/release/bin/linux/ assembly/src/release/bin/macosx/ assembly/src/release/bin/win32/

Author: chirino
Date: Tue Oct  3 15:29:08 2006
New Revision: 452657

URL: http://svn.apache.org/viewvc?view=rev&rev=452657
Log:
Adding missing header files.

Modified:
    incubator/activemq/trunk/activemq-core/src/test/eclipse-resources/log4j.properties
    incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.java
    incubator/activemq/trunk/assembly/src/release/bin/linux/activemq
    incubator/activemq/trunk/assembly/src/release/bin/linux/wrapper.conf
    incubator/activemq/trunk/assembly/src/release/bin/macosx/activemq
    incubator/activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf
    incubator/activemq/trunk/assembly/src/release/bin/win32/InstallService.bat
    incubator/activemq/trunk/assembly/src/release/bin/win32/UninstallService.bat
    incubator/activemq/trunk/assembly/src/release/bin/win32/activemq.bat
    incubator/activemq/trunk/assembly/src/release/bin/win32/wrapper.conf
    incubator/activemq/trunk/doap.rdf

Modified: incubator/activemq/trunk/activemq-core/src/test/eclipse-resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/eclipse-resources/log4j.properties?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/eclipse-resources/log4j.properties (original)
+++ incubator/activemq/trunk/activemq-core/src/test/eclipse-resources/log4j.properties Tue Oct  3 15:29:08 2006
@@ -1,3 +1,20 @@
+## ------------------------------------------------------------------------
+## 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.
+## ------------------------------------------------------------------------
+
 #
 # The logging properties used for eclipse testing, We want to see debug output on the console.
 #

Modified: incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.java?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.java (original)
+++ incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.java Tue Oct  3 15:29:08 2006
@@ -1,3 +1,20 @@
+/**
+ *
+ * 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.
+ */
 package org.apache.activemq;
 
 import java.util.Date;
@@ -12,6 +29,9 @@
 import javax.jms.Session;
 import javax.jms.Topic;
 
+/**
+ *
+ */
 public class JmsSendReceiveWithMessageExpirationTest extends TestSupport {
 	
 	private static final org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory

Modified: incubator/activemq/trunk/assembly/src/release/bin/linux/activemq
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/linux/activemq?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/linux/activemq (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/linux/activemq Tue Oct  3 15:29:08 2006
@@ -1,5 +1,22 @@
 #! /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.
+# ------------------------------------------------------------------------
+
 # Application
 APP_NAME="ActiveMQ"
 APP_LONG_NAME="ActiveMQ Broker"

Modified: incubator/activemq/trunk/assembly/src/release/bin/linux/wrapper.conf
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/linux/wrapper.conf?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/linux/wrapper.conf (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/linux/wrapper.conf Tue Oct  3 15:29:08 2006
@@ -1,3 +1,20 @@
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
+
 #********************************************************************
 # Wrapper Properties
 #********************************************************************

Modified: incubator/activemq/trunk/assembly/src/release/bin/macosx/activemq
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/macosx/activemq?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/macosx/activemq (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/macosx/activemq Tue Oct  3 15:29:08 2006
@@ -1,5 +1,22 @@
 #! /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.
+# ------------------------------------------------------------------------
+
 # Application
 APP_NAME="ActiveMQ"
 APP_LONG_NAME="ActiveMQ Broker"

Modified: incubator/activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf Tue Oct  3 15:29:08 2006
@@ -1,3 +1,20 @@
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
+
 #********************************************************************
 # Wrapper Properties
 #********************************************************************

Modified: incubator/activemq/trunk/assembly/src/release/bin/win32/InstallService.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/win32/InstallService.bat?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/win32/InstallService.bat (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/win32/InstallService.bat Tue Oct  3 15:29:08 2006
@@ -1,4 +1,22 @@
 @echo off
+
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
+
 setlocal
 
 rem Java Service Wrapper general NT service install script

Modified: incubator/activemq/trunk/assembly/src/release/bin/win32/UninstallService.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/win32/UninstallService.bat?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/win32/UninstallService.bat (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/win32/UninstallService.bat Tue Oct  3 15:29:08 2006
@@ -1,4 +1,22 @@
 @echo off
+
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
+
 setlocal
 
 rem Java Service Wrapper general NT service uninstall script

Modified: incubator/activemq/trunk/assembly/src/release/bin/win32/activemq.bat
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/win32/activemq.bat?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/win32/activemq.bat (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/win32/activemq.bat Tue Oct  3 15:29:08 2006
@@ -1,4 +1,22 @@
 @echo off
+
+REM ------------------------------------------------------------------------
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM ------------------------------------------------------------------------
+
 rem
 rem Find the application home.
 rem
@@ -32,4 +50,4 @@
 
 :end
 set _APP_HOME=
-set _WRAPPER_CONF=
\ No newline at end of file
+set _WRAPPER_CONF=

Modified: incubator/activemq/trunk/assembly/src/release/bin/win32/wrapper.conf
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/bin/win32/wrapper.conf?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/bin/win32/wrapper.conf (original)
+++ incubator/activemq/trunk/assembly/src/release/bin/win32/wrapper.conf Tue Oct  3 15:29:08 2006
@@ -1,3 +1,20 @@
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
+
 #********************************************************************
 # Wrapper Properties
 #********************************************************************
@@ -114,4 +131,4 @@
 wrapper.ntservice.starttype=AUTO_START
 
 # Allow the service to interact with the desktop.
-wrapper.ntservice.interactive=false
\ No newline at end of file
+wrapper.ntservice.interactive=false

Modified: incubator/activemq/trunk/doap.rdf
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/doap.rdf?view=diff&rev=452657&r1=452656&r2=452657
==============================================================================
--- incubator/activemq/trunk/doap.rdf (original)
+++ incubator/activemq/trunk/doap.rdf Tue Oct  3 15:29:08 2006
@@ -1,4 +1,21 @@
 <?xml version="1.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.
+-->
+
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#"