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/06/11 14:28:06 UTC

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

Author: gnodet
Date: Mon Jun 11 12:28:06 2012
New Revision: 1348815

URL: http://svn.apache.org/viewvc?rev=1348815&view=rev
Log:
Remove the duplicate legal files from the root of the source distribution

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=1348815&r1=1348814&r2=1348815&view=diff
==============================================================================
--- mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml (original)
+++ mina/sshd/trunk/assembly/src/main/descriptors/unix-src.xml Mon Jun 11 12:28:06 2012
@@ -21,18 +21,6 @@
         <format>tar.gz</format>
     </formats>
     <fileSets>
-        <!-- Copy license and other files from root -->
-        <fileSet>
-            <directory>${basedir}/..</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>README*</include>
-                <include>NOTICE*</include>
-                <include>LICENSE*</include>
-            </includes>
-            <lineEnding>unix</lineEnding>
-        </fileSet>
-
         <!-- Binary Files -->
         <fileSet>
             <directory>${basedir}/..</directory>

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=1348815&r1=1348814&r2=1348815&view=diff
==============================================================================
--- mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml (original)
+++ mina/sshd/trunk/assembly/src/main/descriptors/windows-src.xml Mon Jun 11 12:28:06 2012
@@ -21,18 +21,6 @@
         <format>zip</format>
     </formats>
     <fileSets>
-        <!-- Copy license and other files from root -->
-        <fileSet>
-            <directory>${basedir}/..</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>README*</include>
-                <include>NOTICE*</include>
-                <include>LICENSE*</include>
-            </includes>
-            <lineEnding>unix</lineEnding>
-        </fileSet>
-
         <!-- Binary Files -->
         <fileSet>
             <directory>${basedir}/..</directory>