You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2012/08/28 12:05:49 UTC

svn commit: r1378053 - in /maven/shared/trunk: ./ maven-runtime/ maven-shared-components/ pom.xml

Author: struberg
Date: Tue Aug 28 10:05:48 2012
New Revision: 1378053

URL: http://svn.apache.org/viewvc?rev=1378053&view=rev
Log:
fix ignore rules

Modified:
    maven/shared/trunk/   (props changed)
    maven/shared/trunk/maven-runtime/   (props changed)
    maven/shared/trunk/maven-shared-components/   (props changed)
    maven/shared/trunk/pom.xml

Propchange: maven/shared/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 28 10:05:48 2012
@@ -3,7 +3,8 @@ target
 *.log
 .classpath
 .project
+.settings
 *.ipr
 *.iws
 *.iml
-.settings
+.idea

Propchange: maven/shared/trunk/maven-runtime/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 28 10:05:48 2012
@@ -1,4 +1,10 @@
+target
+*~
+*.log
 .classpath
 .project
 .settings
-target
+*.ipr
+*.iws
+*.iml
+.idea

Propchange: maven/shared/trunk/maven-shared-components/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 28 10:05:48 2012
@@ -1,3 +1,10 @@
-.settings
-.project
 target
+*~
+*.log
+.classpath
+.project
+.settings
+*.ipr
+*.iws
+*.iml
+.idea

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=1378053&r1=1378052&r2=1378053&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Tue Aug 28 10:05:48 2012
@@ -36,6 +36,7 @@ under the License.
   <url>http://maven.apache.org/shared/</url>
   <modules>
     <module>maven-shared-components</module>
+    <module>maven-shared-utils</module>
     <module>file-management</module>
     <module>maven-ant</module>
     <module>maven-archiver</module>
@@ -86,4 +87,4 @@ under the License.
       </modules>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>