glenn 01/07/17 06:23:36
Modified: src/doc index.xml project.xml
Log:
Remove jspspec and sql taglibs
Revision Changes Path
1.14 +8 -8 jakarta-taglibs/src/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- index.xml 2001/07/16 13:39:35 1.13
+++ index.xml 2001/07/17 13:23:35 1.14
@@ -19,6 +19,14 @@
<section name="Taglibs News" href="News">
<news>
+ <newsitem date="07/17/2001" libname="sql">
+ The SQL tag library has been removed. This was an early example
+ of how to develop a tag library and is no longer needed.
+ </newsitem>
+ <newsitem date="07/17/2001" libname="jspspec">
+ The Jspspec tag library has been removed. This was an early example
+ of how to develop a tag library and is no longer needed.
+ </newsitem>
<newsitem date="07/15/2001" libname="benchmark">
The Benchmark tag library has been added. The benchmark taglib
provides tags that aide in doing performance testing of JSP pages.
@@ -69,14 +77,6 @@
<newsitem date="05/02/2001" libname="DBTags">
The JDBC tag library has been renamed to DBTags! See the
DBTags home page for details!
- </newsitem>
- <newsitem date="05/02/2001" libname="SQL">
- The SQL Sample tag library is no longer supported. Users of this
- tag library may want to consider migrating to the DBTags library.
- </newsitem>
- <newsitem date="05/02/2001" libname="Taglibs">
- Taglibs now has a news section! Check here regularly for all
- the latest info on our tags.
</newsitem>
</news>
</section>
1.21 +3 -4 jakarta-taglibs/src/doc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 2001/07/16 13:39:35 1.20
+++ project.xml 2001/07/17 13:23:35 1.21
@@ -19,7 +19,6 @@
<item name="Input Taglib" href="doc/input-doc/intro.html"/>
<item name="IO Taglib" href="doc/io-doc/intro.html"/>
<item name="JNDI Taglib" href="doc/jndi-doc/intro.html"/>
- <item name="JSP Spec Taglib" href="doc/jspspec-doc/intro.html"/>
<item name="JSPTL Taglib" href="doc/jsptl-doc/intro.html"/>
<item name="Log Taglib" href="doc/log-doc/intro.html"/>
<item name="Mailer Taglib" href="doc/mailer-doc/intro.html"/>
@@ -34,11 +33,11 @@
<item name="XSL Taglib" href="doc/xsl-doc/intro.html"/>
<item name="XTags Taglib" href="doc/xtags-doc/intro.html"/>
</menu>
-
+<!--
<menu name="Unsupported Tag Libraries" local="true">
- <item name="SQL Sample Taglib" href="doc/sql-doc/intro.html"/>
</menu>
-
+-->
+
<menu name="Custom Tag Library Extensions" local="true">
<item name="UltraDev 4.0" href="doc/ultradev4-doc/intro.html"/>
</menu>