From 4154bf19ca4d7e49b853bbfe2bc3f74262332578 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Tue, 6 May 2003 13:54:04 +0000 Subject: [PATCH] added simple, initial test framework --- build.properties.sample | 5 ++--- build.xml | 44 +++++++++++++++++++++++++++++++++++++++----- deploy.xml | 13 +++---------- properties.xml | 39 ++++++++++++++++++++++++++++++++++----- 4 files changed, 78 insertions(+), 23 deletions(-) diff --git a/build.properties.sample b/build.properties.sample index 07154ad..24a0f86 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -5,7 +5,7 @@ # Security Filter. Copy this file to "build.properties" and make any changes # you want to use custom values. # -# $Id: build.properties.sample,v 1.4 2003/05/05 11:38:27 maxcooper Exp $ +# $Id: build.properties.sample,v 1.5 2003/05/06 13:54:04 maxcooper Exp $ # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- @@ -17,8 +17,7 @@ # # If these values are not set, the default values listed below will be used. # ----------------------------------------------------------------------------- -#tomcat.host=localhost -#tomcat.port=8080 +#tomcat.url=http://localhost:8080 #tomcat.username=admin #tomcat.password=password diff --git a/build.xml b/build.xml index cecb3d6..c656675 100644 --- a/build.xml +++ b/build.xml @@ -1,9 +1,9 @@ - - No tests yet, but they're coming soon! + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deploy.xml b/deploy.xml index 8d0a450..3893148 100644 --- a/deploy.xml +++ b/deploy.xml @@ -1,9 +1,9 @@ - - - - - - - diff --git a/properties.xml b/properties.xml index 785b431..6bf04ca 100644 --- a/properties.xml +++ b/properties.xml @@ -1,7 +1,7 @@ - + + + + + + + + + + @@ -46,7 +55,7 @@ $Date: 2003/05/05 11:53:12 $ - + @@ -64,7 +73,13 @@ $Date: 2003/05/05 11:53:12 $ + + + + + + @@ -92,6 +107,20 @@ $Date: 2003/05/05 11:53:12 $ + + + + + + + + + + + + + + -- 2.11.0