# ignite-325 : clear exclude list and revert license from p2p.properties

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bc9eb3bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bc9eb3bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bc9eb3bb

Branch: refs/heads/ignite-343
Commit: bc9eb3bbb6ac25a08df7b216bceef2d543594ef5
Parents: a2dec17
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Feb 25 21:20:53 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Feb 25 21:20:53 2015 +0300

----------------------------------------------------------------------
 .../java/org/apache/ignite/p2p/p2p.properties   | 15 ------------
 pom.xml                                         | 25 +++++++++-----------
 2 files changed, 11 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bc9eb3bb/modules/core/src/test/java/org/apache/ignite/p2p/p2p.properties
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/p2p/p2p.properties 
b/modules/core/src/test/java/org/apache/ignite/p2p/p2p.properties
index 7fd54a3..f1b49d6 100644
--- a/modules/core/src/test/java/org/apache/ignite/p2p/p2p.properties
+++ b/modules/core/src/test/java/org/apache/ignite/p2p/p2p.properties
@@ -1,16 +1 @@
-# 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.
-
 resource=loaded

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bc9eb3bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ddcf81..f6fb2f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
 
     <profiles>
         <profile>
-            <id>rat-check</id>
+            <id>rat-license-check</id>
             <build>
                 <plugins>
                     <plugin>
@@ -592,13 +592,9 @@
                                     
<!--<copyrightMessage>rat.copyrightMessage</copyrightMessage>-->
                                     <excludes>
                                         <exclude>work/**</exclude>
-                                        <exclude>**/*.txt</exclude>
                                         <exclude>**/*.jks</exclude>
                                         <exclude>**/*.pem</exclude>
                                         <exclude>**/*.m4</exclude>
-                                        <exclude>**/*.ac</exclude>
-                                        <exclude>**/*.sub</exclude>
-                                        <exclude>**/*.csproj</exclude>
                                         <exclude>**/*.log</exclude>
                                         <exclude>**/*.sln</exclude>
                                         <exclude>**/*.h</exclude>
@@ -611,20 +607,18 @@
                                         <exclude>**/*.timestamp</exclude>
                                         <exclude>**/*.iml</exclude>
                                         <exclude>**/*.md</exclude>
-                                        
<exclude>**/Makefile.am</exclude><!--am-->
-                                        
<exclude>**/Makefile.in</exclude><!--am-->
-                                        <exclude>**/Makefile</exclude><!--am-->
+                                        <exclude>**/Makefile.am</exclude>
+                                        <exclude>**/Makefile.in</exclude>
+                                        <exclude>**/Makefile</exclude>
+                                        <exclude>**/pom-installed.xml</exclude>
                                         <!--special excludes-->
                                         
<exclude>**/com/romix/scala/**</exclude>
                                         
<exclude>**/GridOffHeapSnapTreeMap.java</exclude><!--Copyright (c) 2009 
Stanford University-->
                                         
<exclude>**/org/apache/ignite/internal/util/snaptree/*.java</exclude>
-                                        
<exclude>**/org/jetbrains/annotations/**</exclude>
+                                        
<exclude>**/org/pcollections/**</exclude>
+                                        
<!--<exclude>**/org/jetbrains/annotations/**</exclude>-->
                                         
<exclude>**/org/jdk8/backport/</exclude>
                                         
<exclude>**/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test 
depends on file content-->
-                                        <exclude>**/ipc/shmem/*.sh</exclude>
-                                        
<exclude>**/keystore/generate.sh</exclude>
-                                        <exclude>**/pom-installed.xml</exclude>
-                                        
<exclude>**/optimized-classnames*.properties</exclude>
                                         <!--core-->
                                         
<exclude>src/main/java/META-INF/services/javax.cache.spi.CachingProvider</exclude>
                                         
<exclude>src/test/resources/log/ignite.log.tst</exclude>
@@ -637,7 +631,8 @@
                                         
<exclude>src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider</exclude>
                                         
<exclude>src/test/java/org/apache/ignite/internal/processors/hadoop/books/*.txt</exclude>
                                         <!--shmem-->
-                                        
<exclude>**/igniteshmem/.libs/*</exclude>
+                                        
<exclude>ipc/shmem/ltmain.sh</exclude><!--own license-->
+                                        
<exclude>ipc/shmem/igniteshmem/.libs/*</exclude>
                                         <exclude>ipc/shmem/install-sh</exclude>
                                         
<exclude>ipc/shmem/include/Makefile</exclude>
                                         <exclude>ipc/shmem/depcomp</exclude>
@@ -651,6 +646,8 @@
                                         
<exclude>ipc/shmem/igniteshmem/.libs/*</exclude>
                                         
<exclude>ipc/shmem/igniteshmem/.deps/*</exclude>
                                         <exclude>ipc/shmem/compile</exclude>
+                                        
<exclude>ipc/shmem/configure.ac</exclude>
+                                        
<exclude>ipc/shmem/config.sub</exclude><!--own license-->
                                     </excludes>
                                 </configuration>
                             </execution>

Reply via email to