Return-Path: Delivered-To: apmail-jakarta-cactus-dev-archive@apache.org Received: (qmail 95986 invoked from network); 13 Jul 2003 15:30:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 Jul 2003 15:30:02 -0000 Received: (qmail 27629 invoked by uid 97); 13 Jul 2003 15:32:32 -0000 Delivered-To: qmlist-jakarta-archive-cactus-dev@nagoya.betaversion.org Received: (qmail 27622 invoked from network); 13 Jul 2003 15:32:32 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 13 Jul 2003 15:32:32 -0000 Received: (qmail 95856 invoked by uid 500); 13 Jul 2003 15:29:59 -0000 Mailing-List: contact cactus-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Cactus Developers List" Reply-To: "Cactus Developers List" Delivered-To: mailing list cactus-dev@jakarta.apache.org Received: (qmail 95844 invoked by uid 500); 13 Jul 2003 15:29:59 -0000 Received: (qmail 95841 invoked from network); 13 Jul 2003 15:29:59 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 13 Jul 2003 15:29:59 -0000 Received: (qmail 80445 invoked by uid 1262); 13 Jul 2003 15:29:59 -0000 Date: 13 Jul 2003 15:29:59 -0000 Message-ID: <20030713152959.80444.qmail@icarus.apache.org> From: vmassol@apache.org To: jakarta-cactus-cvs@apache.org Subject: cvs commit: jakarta-cactus/samples/servlet build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ --> + + 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). + + - + 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). --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-dev-help@jakarta.apache.org