You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by md...@apache.org on 2012/09/04 09:45:01 UTC

svn commit: r1380472 - /incubator/syncope/trunk/pom.xml

Author: mdisabatino
Date: Tue Sep  4 07:45:01 2012
New Revision: 1380472

URL: http://svn.apache.org/viewvc?rev=1380472&view=rev
Log:
Merge from 1_0_X branch

Modified:
    incubator/syncope/trunk/pom.xml

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1380472&r1=1380471&r2=1380472&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Tue Sep  4 07:45:01 2012
@@ -978,6 +978,9 @@ under the License.
             <exclude>**/archetype-resources/**</exclude>
             <exclude>.externalToolBuilders/**</exclude>
             <exclude>maven-eclipse.xml</exclude>
+            <exclude>.git/**</exclude>
+            <exclude>.idea/**</exclude>
+            <exclude>**/*.iml</exclude>
           </excludes>
         </configuration>
         <executions>