Revision 6559
Added by ben leinfelder over 11 years ago
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
call the web.xml tomcat6 not tomcat5