# ignite-325 : clear excludes

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

Branch: refs/heads/ignite-343
Commit: 98b25e9af761a1389f88d428643fed2c6c48783c
Parents: fc23d1d
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Feb 25 22:09:17 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Feb 25 22:09:17 2015 +0300

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/98b25e9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 28e19c5..48a95d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,15 +524,14 @@
                                         <exclude>**/*.pem</exclude>
                                         <exclude>**/*.m4</exclude><!--Free 
Software Foundation notice-->
                                         <exclude>**/*.log</exclude>
-                                        <exclude>**/*.pfx</exclude>
-                                        <exclude>**/*.dylib</exclude>
-                                        <exclude>**/*.gar</exclude>
-                                        <exclude>**/*.guess</exclude>
+                                        
<exclude>**/*.dylib</exclude><!--bin-files-->
+                                        
<exclude>**/*.gar</exclude><!--bin-files-->
                                         <exclude>**/licenses/*.txt</exclude>
                                         <exclude>**/*.timestamp</exclude>
                                         <exclude>**/*.iml</exclude>
                                         <exclude>**/*.md</exclude>
                                         <exclude>**/pom-installed.xml</exclude>
+                                        <exclude>**/keystore/*.pfx</exclude>
                                         <!--special excludes-->
                                         
<exclude>**/com/romix/scala/**</exclude>
                                         
<exclude>**/GridOffHeapSnapTreeMap.java</exclude><!--Copyright (c) 2009 
Stanford University-->
@@ -541,19 +540,20 @@
                                         
<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>src/main/java/META-INF/services/javax.cache.spi.CachingProvider</exclude>
-                                        
<exclude>src/test/resources/log/ignite.log.tst</exclude>
-                                        
<exclude>src/test/config/start-nodes.ini</exclude>
-                                        
<exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs</exclude>
-                                        
<exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty</exclude>
-                                        
<exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml</exclude>
-                                        
<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>
+                                        
<exclude>**/test/resources/log/ignite.log.tst</exclude>
+                                        
<exclude>**/test/config/start-nodes.ini</exclude>
+                                        
<exclude>**/spi/deployment/uri/META-INF/ignite.incorrefs</exclude>
+                                        
<exclude>**/spi/deployment/uri/META-INF/ignite.empty</exclude>
+                                        
<exclude>**/spi/deployment/uri/META-INF/ignite.brokenxml</exclude>
+                                        
<exclude>**/hadoop/books/*.txt</exclude>
+                                        
<exclude>**/javax.cache.spi.CachingProvider</exclude>
+                                        
<exclude>**/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider</exclude>
                                         <!--shmem-->
                                         
<exclude>ipc/shmem/**/Makefile.am</exclude>
                                         
<exclude>ipc/shmem/**/Makefile.in</exclude>
                                         
<exclude>ipc/shmem/**/Makefile</exclude>
                                         <exclude>ipc/shmem/compile</exclude>
+                                        
<exclude>ipc/shmem/config.guess</exclude><!--own license-->
                                         
<exclude>ipc/shmem/config.sub</exclude><!--own license-->
                                         <exclude>ipc/shmem/configure</exclude>
                                         
<exclude>ipc/shmem/configure.ac</exclude>

Reply via email to