You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2016/06/07 05:51:32 UTC

svn commit: r1747128 - /creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml

Author: jochen
Date: Tue Jun  7 05:51:32 2016
New Revision: 1747128

URL: http://svn.apache.org/viewvc?rev=1747128&view=rev
Log:
Ensuring, that .bzrignore is in the source archive.

Modified:
    creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml

Modified: creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml?rev=1747128&r1=1747127&r2=1747128&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat/src/main/assembly/src.xml Tue Jun  7 05:51:32 2016
@@ -32,6 +32,9 @@
     <fileSet>
       <directory>${project.basedir}/..</directory>
       <outputDirectory></outputDirectory>
+      <includes>
+        <include>**/.bzrignore</include>
+      </includes>
       <excludes>
         <exclude>**/target/**</exclude>
         <exclude>.*/**</exclude>