Author: remm Date: Wed Sep 13 04:43:58 2006 New Revision: 442952 URL: http://svn.apache.org/viewvc?view=rev&rev=442952 Log: - Fix the mapping (?). - Copy some txt files to the right place.
Modified: tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?view=diff&rev=442952&r1=442951&r2=442952 ============================================================================== --- tomcat/tc6.0.x/trunk/build.xml (original) +++ tomcat/tc6.0.x/trunk/build.xml Wed Sep 13 04:43:58 2006 @@ -282,11 +282,6 @@ <target name="build-docs"> <copy todir="${tomcat.build}/webapps"> - <fileset dir="."> - <include name="BUILDING.txt"/> - <include name="README.txt"/> - <include name="RUNNING.txt"/> - </fileset> <fileset dir="webapps"> <include name="docs/images/**"/> <include name="docs/**/*.html"/> @@ -298,6 +293,13 @@ <include name="docs/architecture/**"/> <exclude name="docs/architecture/*.xml"/> </fileset> + </copy> + <copy todir="${tomcat.build}/webapps/docs"> + <fileset dir="."> + <include name="BUILDING.txt"/> + <include name="README.txt"/> + <include name="RUNNING.txt"/> + </fileset> </copy> <copy tofile="${tomcat.build}/webapps/docs/appdev/sample/build.xml" Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml?view=diff&rev=442952&r1=442951&r2=442952 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml Wed Sep 13 04:43:58 2006 @@ -154,7 +154,7 @@ <servlet-mapping> <servlet-name>ChatServlet</servlet-name> - <url-pattern>/jsp/chat</url-pattern> + <url-pattern>/jsp/chat/chat</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>CompressionFilterTestServlet</servlet-name> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]