vmassol 2004/02/29 12:50:58 Modified: integration/maven/samples/servlet build.properties.sample Log: Binary --> Ascii Revision Changes Path 1.5 +17 -17 jakarta-cactus/integration/maven/samples/servlet/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/samples/servlet/build.properties.sample,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.properties.sample 29 Feb 2004 20:25:07 -0000 1.4 +++ build.properties.sample 29 Feb 2004 20:50:58 -0000 1.5 @@ -1,17 +1,17 @@ -# -----------------------------------------------------------------------------
-# Container-related properties that depends on your environment (i.e. on -# where you have installed the containers). Create a copy of this file and -# name if build.properties. Then edit the file and tune it to match your -# environment. -# -# $Id$ -# ----------------------------------------------------------------------------- - -# Paths to containers on which you wish to run the Cactus tests - -cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.30 -cactus.home.resin2x = C:/Apps/resin-2.1.12 -cactus.home.resin3x = C:/Apps/resin-3.0.6 -cactus.home.jboss3x = C:/Apps/jboss-3.2.1 -cactus.home.weblogic7x = C:/bea/weblogic700 - +# ----------------------------------------------------------------------------- +# Container-related properties that depends on your environment (i.e. on +# where you have installed the containers). Create a copy of this file and +# name if build.properties. Then edit the file and tune it to match your +# environment. +# +# $Id$ +# ----------------------------------------------------------------------------- + +# Paths to containers on which you wish to run the Cactus tests + +cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.30 +cactus.home.resin2x = C:/Apps/resin-2.1.12 +cactus.home.resin3x = C:/Apps/resin-3.0.6 +cactus.home.jboss3x = C:/Apps/jboss-3.2.1 +cactus.home.weblogic7x = C:/bea/weblogic700 + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
