Project

General

Profile

« Previous | Next » 

Revision 6559

call the web.xml tomcat6 not tomcat5

View differences:

build.xml
902 902
		<!-- MCD copy file="lib/web.xml.${tomcatversion}"
903 903
			tofile="${build.war}/web.xml" / -->
904 904
		<!-- MCD added next - Remove the tomcat5 reference-->
905
		<copy file="lib/web.xml.tomcat5" tofile="${build.war}/web.xml" />
905
		<copy file="lib/web.xml.tomcat6" tofile="${build.war}/web.xml" />
906 906
		<copy file="lib/metacat.properties" todir="${war.webinf}"
907 907
			filtering="yes" />
908 908
		<copy file="lib/metacat.properties.metadata.xml"

Also available in: Unified diff