From: remm Date: Thu, 5 Apr 2007 13:16:43 +0000 (+0000) Subject: - Simplify the test hello webapp. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3d8306c462101b4a4dce9e0d30bb05c0d6dca088;p=tomcat7.0 - Simplify the test hello webapp. - Fix its build script. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@525818 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/appdev/build.xml.txt b/webapps/docs/appdev/build.xml.txt index 1b35ba50e..8c168104e 100644 --- a/webapps/docs/appdev/build.xml.txt +++ b/webapps/docs/appdev/build.xml.txt @@ -1,6 +1,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -182,7 +133,7 @@ * Being copied into the "/WEB-INF/lib" directory during execution of the "deploy" target. - Because we will automatically include all of the Java classes that Tomcat 5 + Because we will automatically include all of the Java classes that Tomcat 6 exposes to web applications, we will not need to explicitly list any of those dependencies. You only need to worry about external dependencies for JAR files that you are going to include inside your "/WEB-INF/lib" directory. @@ -218,15 +169,11 @@ --> - - - - - + - - + + @@ -234,6 +181,53 @@ + + + + + + + + + + + + + + + + + +