Author: markt
Date: Tue Oct 15 17:14:15 2013
New Revision: 1532445
URL: http://svn.apache.org/r1532445
Log:
Add xhtml file extension to list of text file types
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1532445&r1=1532444&r2=1532445&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Oct 15 17:14:15 2013
@@ -262,6 +262,7 @@
<include name="**/*.tasks"/>
<include name="**/*.tld"/>
<include name="**/*.txt"/>
+ <include name="**/*.xhtml"/>
<include name="**/*.xml"/>
<include name="**/*.xsd"/>
<include name="**/*.xsl"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]