cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2004-05-23 Thread markt
markt 2004/05/23 12:47:19 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: Fix bug 20885. Align the description of the reload target in this file with the description of reload from the manager documentation. Revision ChangesPath 1.8 +10 -4 jakarta-t

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-12-28 Thread jfclere
jfclere 2002/12/28 01:08:58 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: typo ;-) Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt Index: build.xml.txt ==

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-03-11 Thread craigmcc
craigmcc02/03/11 16:01:24 Modified:webapps/tomcat-docs/appdev Tag: tomcat_40_branch build.xml.txt Log: Correct a typo in a commented-out directive that will cause you grief if you uncomment it. Submitted by: Harold Carr Revision ChangesPath

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-03-09 Thread craigmcc
craigmcc02/03/09 14:39:19 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: Add a "list" target for conveniently determining whether or not the app you are building has been installed yet or not. Make the "reload" target depend on "compile", so that the typical developme

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-02-13 Thread craigmcc
craigmcc02/02/13 23:06:36 Modified:webapps/tomcat-docs class-loader-howto.xml manager-howto.xml webapps/tomcat-docs/appdev build.xml.txt Log: Miscellaneous typo corrections to the documentation and sample build.xml file. Revision ChangesPath 1.6 +35

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-02-12 Thread remm
remm02/02/12 15:57:15 Modified:webapps/tomcat-docs/appdev Tag: tomcat_40_branch build.xml.txt Log: - Apparently forgot to port a fix for a typo (this was already fixed in the HEAD). Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt deployment.xml installation.xml processes.xml source.xml

2002-01-29 Thread craigmcc
craigmcc02/01/29 11:32:11 Modified:webapps/tomcat-docs/appdev build.xml.txt deployment.xml installation.xml processes.xml source.xml Log: Update the sample "build.xml" script, and the associated documentation in the Application Developer's Guide, to reflect

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2001-12-09 Thread craigmcc
craigmcc01/12/09 17:15:33 Modified:webapps/tomcat-docs/appdev Tag: tomcat_40_branch build.xml.txt Log: Port usability improvements to the build.xml script documented in the Application Developer's Guide. Revision ChangesPath No

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2001-12-09 Thread craigmcc
craigmcc01/12/09 17:15:05 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: Usability improvements to the default build.xml script described in the Application Developer's Guide documentation. PR: Bugzilla #4917 Submitted by: Brian Ewins <[EMAIL PROTECTED]> Revisi

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2001-09-16 Thread craigmcc
craigmcc01/09/16 20:16:58 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: Modify the default class path created when compiling to include all of the classes that Tomcat 4 automatically exposes to web applications. In this way, there is no special case for "servlet.jar" o