Author: markt
Date: Tue Jun 16 12:46:45 2009
New Revision: 785182

URL: http://svn.apache.org/viewvc?rev=785182&view=rev
Log:
Add N&L to root of installation dir
Fix mangled pcre test files

Modified:
    tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.xml?rev=785182&r1=785181&r2=785182&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Tue Jun 16 12:46:45 2009
@@ -251,6 +251,13 @@
     <mkdir  dir="${tomcat.dist}/src/${jtc.project}"/>
     <mkdir  dir="${tomcat.dist}/src/${jasper.project}"/>
 
+    <copy todir="${tomcat.dist}/src/">
+      <fileset dir="${basedir}">
+        <include name="LICENSE"/>
+        <include name="NOTICE"/>
+      </fileset>
+    </copy>
+
     <copy todir="${tomcat.dist}/src/${catalina.project}">
       <fileset dir="${basedir}">
         <exclude name="**/build/**"/>
@@ -441,7 +448,7 @@
       </fileset>
     </copy>
     <fixcrlf srcdir="${tomcat.dist}/${final-src.name}" 
-      
excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe,**/*.pdf,**/*.bin,**/*.dia"
+      
excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe,**/*.pdf,**/*.bin,**/*.dia,**/pcre/testdata/*"
       eol="lf" fixlast="false"/>
     <tar longfile="gnu" tarfile="${tomcat.dist}/${final-src.name}.tar">
       <tarfileset dir="${tomcat.dist}" mode="755">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to