You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2006/12/03 19:28:41 UTC

svn commit: r481853 - /struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml

Author: apetrelli
Date: Sun Dec  3 10:28:40 2006
New Revision: 481853

URL: http://svn.apache.org/viewvc?view=rev&rev=481853
Log:
SB-92
Removed reference to old Struts-Tiles tags.

Modified:
    struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml

Modified: struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml?view=diff&rev=481853&r1=481852&r2=481853
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/web.xml Sun Dec  3 10:28:40 2006
@@ -24,8 +24,8 @@
 -->
 
 <!DOCTYPE web-app
-  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
-  "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
+  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.4//EN"
+  "http://java.sun.com/j2ee/dtds/web-app_2_4.dtd">
 
 <web-app>
 	<display-name>Struts Tiles Documentation</display-name>
@@ -88,12 +88,6 @@
   <welcome-file-list>
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
-
-  <!-- Struts Tag Library Descriptor -->
-  <taglib>
-    <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
-    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
-  </taglib>
 
    <!-- Security for role testing -->
     <security-constraint>