jmitchell 2003/01/21 22:46:28
Modified: . build.xml
Log:
Remove stale target comments.
Revision Changes Path
1.96 +3 -39 jakarta-struts/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build.xml,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- build.xml 22 Jan 2003 04:14:27 -0000 1.95
+++ build.xml 22 Jan 2003 06:46:28 -0000 1.96
@@ -6,45 +6,9 @@
This script will delegate some of it's tasks to the other build*.xml
scripts (build-webapps.xml, build-tests.xml, ...
- -projecthelp:
-
- Main targets:
-
- all Clean and build library and web applications
- clean Clean build and distribution directories
- compile.javadoc Generate JavaDoc API docs
- compile.library Compile Struts library files
- compile.webapps Compile Struts web applications
- compile.website Compile main website
- deploy.catalina Deploy Struts web.apps in Catalina (Tomcat 4.0)
- deploy.tomcat Deploy Struts web.apps in Tomcat 3.x
- dist Construct binary distribution
- install.catalina Dynamically install struts-example on Catalina (Tomcat
4.1)
- list.catalina Dynamically list installed apps on Catalina (Tomcat 4.1)
- release Construct release distribution
- reload.catalina Dynamically reload struts-example on Catalina (Tomcat 4.1)
- remove.catalina Dynamically install struts-example on Catalina (Tomcat
4.1)
- test.junit Run non-Cactus JUnit tests
- test.tomcat.32 Run Cactus-based unit tests on Tomcat 3.2
- test.tomcat.33 Run Cactus-based unit tests on Tomcat 3.3
- test.tomcat.40 Run Cactus-based unit tests on Tomcat 4.0
- test.tomcat.41 Run unit tests on Tomcat 4.1
- test.tomcat.all Run Cactus-based unit tests on all servlet engines
-
- Subtargets:
-
- clean.website
- dist.library
- dist.source
- dist.webapps
- init
- prepare.dist
- prepare.library
- skip.tomcat.32
- skip.tomcat.33
- skip.tomcat.40
- skip.tomcat.41
- static.webapps
+ For a complete list of executable tasks use -projecthelp when calling this
+ build file.
+
-->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>