You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2012/02/29 13:56:07 UTC

svn commit: r1295081 - /incubator/syncope/trunk/parent/pom.xml

Author: coheigea
Date: Wed Feb 29 12:56:06 2012
New Revision: 1295081

URL: http://svn.apache.org/viewvc?rev=1295081&view=rev
Log:
Adding an additional exclusion for RAT

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1295081&r1=1295080&r2=1295081&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Wed Feb 29 12:56:06 2012
@@ -894,6 +894,7 @@ under the License.
                         <exclude>**/*.js</exclude>
                         <exclude>**/*.csv</exclude>
                         <exclude>**/archetype-resources/**</exclude>
+                        <exclude>.externalToolBuilders/**</exclude>
                     </excludes>
                 </configuration>
                 <executions>