Author: rjung
Date: Sat May 7 12:42:26 2011
New Revision: 1100522
URL: http://svn.apache.org/viewvc?rev=1100522&view=rev
Log:
Add .pl (Perl script) to text file suffixes.
Needed for correct line end handling when packaging.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1100522&r1=1100521&r2=1100522&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sat May 7 12:42:26 2011
@@ -211,6 +211,7 @@
<include name="**/*.mdl"/>
<include name="**/*.notice"/>
<include name="**/*.nsi"/>
+ <include name="**/*.pl"/>
<include name="**/*.policy"/>
<include name="**/*.pom"/>
<include name="**/*.project"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]