Author: paszczus Date: Thu Apr 16 08:17:31 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - we don`t package JSP and Servlet examples, so remove them from main menu
---- Files affected: SOURCES: apache-tomcat-no_links_to_examples.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apache-tomcat-no_links_to_examples.patch diff -u /dev/null SOURCES/apache-tomcat-no_links_to_examples.patch:1.1 --- /dev/null Thu Apr 16 10:17:32 2009 +++ SOURCES/apache-tomcat-no_links_to_examples.patch Thu Apr 16 10:17:26 2009 @@ -0,0 +1,20 @@ +--- apache-tomcat-5.5.27-src/container/webapps/ROOT/index.jsp 2008-08-29 05:14:00.000000000 +0200 ++++ apache-tomcat-5.5.27-src.new/container/webapps/ROOT/index.jsp 2009-04-16 10:12:27.576052969 +0200 +@@ -164,8 +164,6 @@ + </tr> + <tr> + <td class="menu"> +- <a href="jsp-examples/">JSP Examples</a><br/> +- <a href="servlets-examples/">Servlet Examples</a><br/> + <a href="webdav/">WebDAV capabilities</a><br/> + + </td> +@@ -208,8 +206,6 @@ + is restricted to users with role "manager".</b> + Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p> + +- <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation (including the Servlet 2.4 and JSP 2.0 API JavaDoc), and an introductory guide to developing web applications.</p> +- + <p>Tomcat mailing lists are available at the Tomcat project web site:</p> + + <ul> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
