Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 47873 invoked from network); 5 Sep 2006 14:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 14:11:16 -0000 Received: (qmail 82357 invoked by uid 500); 5 Sep 2006 14:11:16 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 82328 invoked by uid 500); 5 Sep 2006 14:11:16 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 82319 invoked by uid 99); 5 Sep 2006 14:11:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 07:11:16 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 07:11:15 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4C97A1A981A; Tue, 5 Sep 2006 07:10:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r440345 - in /incubator/activemq/branches/activemq-4.0: activemq-dotnet/ activemq-web-console/src/main/webapp/WEB-INF/tags/form/ activemq-web-console/src/main/webapp/WEB-INF/tags/jms/ maven-bundle-plugin/src/main/java/org/apache/activemq/ma... Date: Tue, 05 Sep 2006 14:10:54 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060905141055.4C97A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chirino Date: Tue Sep 5 07:10:54 2006 New Revision: 440345 URL: http://svn.apache.org/viewvc?view=rev&rev=440345 Log: Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html Modified: incubator/activemq/branches/activemq-4.0/activemq-dotnet/nant.build incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/forEachMapEntry.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/java/org/apache/activemq/maven/BundleMojo.java Modified: incubator/activemq/branches/activemq-4.0/activemq-dotnet/nant.build URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-dotnet/nant.build?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-dotnet/nant.build (original) +++ incubator/activemq/branches/activemq-4.0/activemq-dotnet/nant.build Tue Sep 5 07:10:54 2006 @@ -1,4 +1,20 @@ + Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag Tue Sep 5 07:10:54 2006 @@ -1,2 +1,18 @@ +<%-- + 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. +--%> <%@ attribute name="name" type="java.lang.String" required="true" %> Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/forEachMapEntry.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/forEachMapEntry.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/forEachMapEntry.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/forEachMapEntry.tag Tue Sep 5 07:10:54 2006 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ attribute name="var" type="java.lang.String" required="true" %> <%@ attribute name="items" type="java.util.Map" required="true" %> <%@ tag import="java.util.Iterator" %> @@ -10,4 +26,4 @@ <% } %> - \ No newline at end of file + Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag Tue Sep 5 07:10:54 2006 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ attribute name="name" type="java.lang.String" required="true" %> <%@ attribute name="value" type="java.lang.String" required="true" %> <%@ attribute name="label" type="java.lang.String" required="true" %> Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag Tue Sep 5 07:10:54 2006 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ attribute name="name" type="java.lang.String" required="true" %> <%@ attribute name="defaultValue" type="java.lang.String" required="false" %> <% Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag Tue Sep 5 07:10:54 2006 @@ -1,2 +1,18 @@ +<%-- + 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. +--%> <%@ attribute name="name" type="java.lang.String" required="true" %> Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag Tue Sep 5 07:10:54 2006 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ attribute name="var" type="java.lang.String" required="true" %> <%@ attribute name="queueBrowser" type="javax.jms.QueueBrowser" required="true" %> <%@ tag import="java.util.Enumeration" %> @@ -15,4 +31,4 @@ } } %> - \ No newline at end of file + Modified: incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag (original) +++ incubator/activemq/branches/activemq-4.0/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag Tue Sep 5 07:10:54 2006 @@ -1,3 +1,19 @@ +<%-- + 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. +--%> <%@ attribute name="message" type="javax.jms.Message" required="true" %> <% if (message != null) { Modified: incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/java/org/apache/activemq/maven/BundleMojo.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/java/org/apache/activemq/maven/BundleMojo.java?view=diff&rev=440345&r1=440344&r2=440345 ============================================================================== --- incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/java/org/apache/activemq/maven/BundleMojo.java (original) +++ incubator/activemq/branches/activemq-4.0/maven-bundle-plugin/src/main/java/org/apache/activemq/maven/BundleMojo.java Tue Sep 5 07:10:54 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.maven; import java.io.File;