Author: remy.maucherat(a)jboss.com
Date: 2008-04-15 09:54:17 -0400 (Tue, 15 Apr 2008)
New Revision: 583
Modified:
trunk/conf/web.xml
trunk/dist.xml
Log:
- Two cosmetic updates.
Modified: trunk/conf/web.xml
===================================================================
--- trunk/conf/web.xml 2008-04-10 00:39:22 UTC (rev 582)
+++ trunk/conf/web.xml 2008-04-15 13:54:17 UTC (rev 583)
@@ -253,11 +253,6 @@
<!-- -->
<!-- outputEncoding The encoding to use for the page that results -->
<!-- from the SSI processing. [UTF-8] -->
- <!-- -->
- <!-- -->
- <!-- IMPORTANT: To use the SSI servlet, you also need to rename the -->
- <!-- $CATALINA_HOME/server/lib/servlets-ssi.renametojar file -->
- <!-- to $CATALINA_HOME/server/lib/servlets-ssi.jar -->
<!--
<servlet>
@@ -310,10 +305,6 @@
<!-- -->
<!-- passShellEnvironment Should the shell environment variables (if -->
<!-- any) be passed to the CGI script? [false] -->
- <!-- -->
- <!-- IMPORTANT: To use the CGI servlet, you also need to rename the -->
- <!-- $CATALINA_HOME/server/lib/servlets-cgi.renametojar file -->
- <!-- to $CATALINA_HOME/server/lib/servlets-cgi.jar -->
<!--
<servlet>
Modified: trunk/dist.xml
===================================================================
--- trunk/dist.xml 2008-04-10 00:39:22 UTC (rev 582)
+++ trunk/dist.xml 2008-04-15 13:54:17 UTC (rev 583)
@@ -134,7 +134,7 @@
</target>
- <target name="dist-javadoc" description="Create the Tomcat
javadoc" >
+ <target name="dist-javadoc" depends="dist-source"
description="Create the Tomcat javadoc" >
<javadoc packagenames="org.apache.*"
sourcepath="${tomcat.dist}/src/java"
destdir="${tomcat.dist}/webapps/docs/api"
Show replies by date