You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2010/10/21 08:30:20 UTC

svn commit: r1025846 - /commons/proper/daemon/trunk/src/assembly/native-src.xml

Author: mturk
Date: Thu Oct 21 06:30:20 2010
New Revision: 1025846

URL: http://svn.apache.org/viewvc?rev=1025846&view=rev
Log:
like with ant's build, add samples which are now in samples directory

Modified:
    commons/proper/daemon/trunk/src/assembly/native-src.xml

Modified: commons/proper/daemon/trunk/src/assembly/native-src.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/assembly/native-src.xml?rev=1025846&r1=1025845&r2=1025846&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/assembly/native-src.xml (original)
+++ commons/proper/daemon/trunk/src/assembly/native-src.xml Thu Oct 21 06:30:20 2010
@@ -54,6 +54,16 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>src/samples</directory>
+            <outputDirectory>unix/samples</outputDirectory>
+            <lineEnding>lf</lineEnding>
+            <fileMode>775</fileMode>
+            <includes>
+                <include>Tomcat5.sh</include>
+                <include>Tomcat7.sh</include>
+            </includes>
+        </fileSet>
+        <fileSet>
             <directory>src/native/windows</directory>
             <outputDirectory>windows</outputDirectory>
             <lineEnding>crlf</lineEnding>