You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/09/21 09:36:48 UTC

svn commit: r1388354 - in /activemq/trunk: activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java pom.xml

Author: davsclaus
Date: Fri Sep 21 07:36:48 2012
New Revision: 1388354

URL: http://svn.apache.org/viewvc?rev=1388354&view=rev
Log:
Added missing license header. More exclude to rat plugin.

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java?rev=1388354&r1=1388353&r2=1388354&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/OptimizeAcknowledgeWithExpiredMsgsTest.java Fri Sep 21 07:36:48 2012
@@ -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.
+ */
 package org.apache.activemq.bugs;
 
 import static org.junit.Assert.assertNotNull;

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1388354&r1=1388353&r2=1388354&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Sep 21 07:36:48 2012
@@ -139,7 +139,7 @@
     <cobertura-maven-plugin-version>2.5.1</cobertura-maven-plugin-version>
     <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
     <build-helper-maven-plugin-version>1.7</build-helper-maven-plugin-version>
-    <apache-rat-plugin-version>0.7</apache-rat-plugin-version>
+    <apache-rat-plugin-version>0.8</apache-rat-plugin-version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
     <!-- OSGi bundles properties -->
     <activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
@@ -1258,6 +1258,7 @@
             <exclude>**/webapp/js/standardista-table-sorting.js</exclude>
             <exclude>**/*.data</exclude>
             <exclude>**/webapp/test/assets/*</exclude>
+            <exclude>**/*.lck</exclude>
             <!-- plotkit -->
             <exclude>**/webapp/js/plotkit/**/*</exclude>
             <!-- Eclipse files -->
@@ -1265,7 +1266,9 @@
             <exclude>**/eclipse-classes/**/*</exclude>
             <exclude>**/target/**/*</exclude>
             <exclude>**/*.iml</exclude>
-            <exclude>.idea/**/*</exclude>
+            <exclude>**/*.ipr</exclude>
+            <exclude>**/*.iws</exclude>
+            <exclude>**/.idea/**/*</exclude>
             <exclude>.git/**/*</exclude>
           </excludes>
         </configuration>