dain 2004/06/24 11:10:52
Modified: specs/jsp project.xml Log: Jetty needs the jsp_2_0.xsd file located at javax/servlet/resources/jsp_2_0.xsd so we include it at the current location and the new location Revision Changes Path 1.8 +9 -1 incubator-geronimo/specs/jsp/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/specs/jsp/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 1 May 2004 06:40:21 -0000 1.7 +++ project.xml 24 Jun 2004 18:10:52 -0000 1.8 @@ -59,6 +59,14 @@ <include>*.xsd</include> </includes> </resource> + <!-- Jetty needs the jsp_2_0.xsd file located at javax/servlet/resources/jsp_2_0.xsd --> + <resource> + <directory>${basedir}/src/schema</directory> + <targetPath>javax/servlet/resources</targetPath> + <includes> + <include>jsp_2_0.xsd</include> + </includes> + </resource> </resources> </build> </project>