felipeal 2004/07/27 19:17:28
Modified: datagrid/doc/conf web.xml
datagrid/examples/conf web.xml
Log:
removed <taglib> declarations (not necessary as this taglib requires JSP 1.2)
Revision Changes Path
1.3 +0 -13 jakarta-taglibs-sandbox/datagrid/doc/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs-sandbox/datagrid/doc/conf/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web.xml 28 Jul 2004 00:54:25 -0000 1.2
+++ web.xml 28 Jul 2004 02:17:28 -0000 1.3
@@ -31,17 +31,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>
- <taglib>
- <taglib-uri>http://jakarta.apache.org/taglibs/datagrid-1.0</taglib-uri>
- <taglib-location>/WEB-INF/taglibs-datagrid.tld</taglib-location>
- </taglib>
- <taglib>
- <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
- <taglib-location>/WEB-INF/c.tld</taglib-location>
- </taglib>
- <taglib>
- <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
- <taglib-location>/WEB-INF/fmt.tld</taglib-location>
- </taglib>
-
</web-app>
1.3 +0 -13 jakarta-taglibs-sandbox/datagrid/examples/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs-sandbox/datagrid/examples/conf/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web.xml 28 Jul 2004 00:54:25 -0000 1.2
+++ web.xml 28 Jul 2004 02:17:28 -0000 1.3
@@ -29,17 +29,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>
- <taglib>
- <taglib-uri>http://jakarta.apache.org/taglibs/datagrid-1.0</taglib-uri>
- <taglib-location>/WEB-INF/taglibs-datagrid.tld</taglib-location>
- </taglib>
- <taglib>
- <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
- <taglib-location>/WEB-INF/c.tld</taglib-location>
- </taglib>
- <taglib>
- <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
- <taglib-location>/WEB-INF/fmt.tld</taglib-location>
- </taglib>
-
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]