Author: markt Date: Fri Oct 3 14:39:05 2014 New Revision: 1629211 URL: http://svn.apache.org/r1629211 Log: Include the tomcat-users.xsd schema in the build
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1629211&r1=1629210&r2=1629211&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Oct 3 14:39:05 2014 @@ -1023,6 +1023,7 @@ <fileset dir="conf"> <include name="**/*.policy"/> <include name="**/*.xml"/> + <include name="**/*.xsd"/> <include name="**/*.properties"/> </fileset> </copy> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org