You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2006/05/03 08:21:30 UTC

svn commit: r399165 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java

Author: remm
Date: Tue May  2 23:21:27 2006
New Revision: 399165

URL: http://svn.apache.org/viewcvs?rev=399165&view=rev
Log:
- Change some locations.

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java
URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java?rev=399165&r1=399164&r2=399165&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Constants.java Tue May  2 23:21:27 2006
@@ -50,7 +50,7 @@
     public static final String TldSchemaPublicId_20 =
         "web-jsptaglibrary_2_0.xsd";;
     public static final String TldSchemaResourcePath_20 =
-        "/javax/servlet/resources/web-jsptaglibrary_2_0.xsd";
+        "/javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd";
 
     public static final String WebDtdPublicId_22 =
         "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN";
@@ -80,7 +80,7 @@
     public static final String JspSchemaPublicId_20 =
         "jsp_2_0.xsd";;
     public static final String JspSchemaResourcePath_20 =
-        "/javax/servlet/resources/jsp_2_0.xsd";
+        "/javax/servlet/jsp/resources/jsp_2_0.xsd";
     
     public static final String J2eeWebServiceSchemaPublicId_11 =
             "j2ee_web_services_1_1.xsd";



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org