vmassol 2003/07/13 08:29:59
Modified: samples/jetty build.xml
samples/servlet build.xml
Log:
Improved project descriptions
Revision Changes Path
1.13 +11 -2 jakarta-cactus/samples/jetty/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/jetty/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 13 Jul 2003 14:56:52 -0000 1.12
+++ build.xml 13 Jul 2003 15:29:59 -0000 1.13
@@ -12,8 +12,17 @@
-->
<project name="Cactus Jetty Sample" default="dist" basedir="../..">
+ <description>
+ Cactus Jetty Sample
+ ---------------------------------------------------------
+ Sample web-application that demonstrates how Cactus can
+ be used using the Jetty integration for unit testing
+ classes that use the servlet API (such as servlets,
+ filters and tag libraries).
+ </description>
+
<!-- Base directory for all file related operations -->
- <property name="base.dir" value="samples/jetty"/>
+ <property name="base.dir" location="${basedir}/samples/jetty"/>
<!-- Indicate that this subproject is dependent on the version of the J2EE
API available -->
1.36 +4 -3 jakarta-cactus/samples/servlet/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 7 Jul 2003 19:58:03 -0000 1.35
+++ build.xml 13 Jul 2003 15:29:59 -0000 1.36
@@ -16,8 +16,9 @@
Cactus Servlet Sample
---------------------------------------------------------
Sample web-application that demonstrates how Cactus can
- be used for unit testing classes that use the servlet API
- (such as servlets, filters and tag libraries).
+ be used using the Ant integration for unit testing classes
+ that use the servlet API (such as servlets, filters and
+ tag libraries).
</description>
<!-- Base directory for all file related operations -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]