From 3d8306c462101b4a4dce9e0d30bb05c0d6dca088 Mon Sep 17 00:00:00 2001 From: remm Date: Thu, 5 Apr 2007 13:16:43 +0000 Subject: [PATCH] - 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 --- webapps/docs/appdev/build.xml.txt | 120 ++++++++++----------- webapps/docs/appdev/sample/sample.war | Bin 7069 -> 4277 bytes .../docs/appdev/sample/src/mypackage/Hello.java | 15 +-- webapps/docs/appdev/sample/web/hello.jsp | 27 +---- 4 files changed, 61 insertions(+), 101 deletions(-) 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 @@ + + + + + + + + + + + + + + + + + +