Added missing license header. More exclude to rat plugin.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-21 07:36:48 +00:00
parent c176fa8f33
commit 0147739360
2 changed files with 21 additions and 2 deletions

View File

@ -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;

View File

@ -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>