You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/11/25 20:23:05 UTC

svn commit: r1413393 - /maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml

Author: jvanzyl
Date: Sun Nov 25 19:23:04 2012
New Revision: 1413393

URL: http://svn.apache.org/viewvc?rev=1413393&view=rev
Log:
- keep git init script out of the source distribution

Modified:
    maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml

Modified: maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml?rev=1413393&r1=1413392&r2=1413393&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/main/assembly/src.xml Sun Nov 25 19:23:04 2012
@@ -32,6 +32,7 @@ under the License.
         <exclude>**/*.log</exclude>
         <exclude>**/.gitignore</exclude>
         <exclude>**/.gitattributes</exclude>
+        <exclude>init-git-svn.sh</exclude>
       </excludes>
     </fileSet>
     <fileSet>