You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2012/09/12 10:48:16 UTC

svn commit: r1383847 - in /mina/sshd/trunk/assembly/src/main/descriptors: unix-src.xml windows-src.xml

Author: gnodet
Date: Wed Sep 12 08:48:15 2012
New Revision: 1383847

URL: http://svn.apache.org/viewvc?rev=1383847&view=rev
Log:
[SSHD-181] source tarball contains non-debian-free IETF RFC docs

Modified:
    mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml
    mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml

Modified: mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml?rev=1383847&r1=1383846&r2=1383847&view=diff
==============================================================================
--- mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml (original)
+++ mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml Wed Sep 12 08:48:15 2012
@@ -84,6 +84,7 @@
 
                 <exclude>**/cobertura.ser</exclude>
 
+                <exclude>sshd-core/src/docs/*.txt</exclude>
             </excludes>
             <lineEnding>unix</lineEnding>
         </fileSet>

Modified: mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml?rev=1383847&r1=1383846&r2=1383847&view=diff
==============================================================================
--- mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml (original)
+++ mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml Wed Sep 12 08:48:15 2012
@@ -84,6 +84,7 @@
 
                 <exclude>**/cobertura.ser</exclude>
 
+                <exclude>sshd-core/src/docs/*.txt</exclude>
             </excludes>
             <lineEnding>unix</lineEnding>
         </fileSet>