vmassol 2003/10/24 09:19:26
Modified: samples/servlet/src/scripts/share Tag: CACTUS_15_BRANCH
build.xml
Log:
Fixed bug: need base.dir property.
Revision Changes Path
No revision
No revision
1.22.2.2 +3 -0 jakarta-cactus/samples/servlet/src/scripts/share/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/scripts/share/build.xml,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -r1.22.2.1 -r1.22.2.2
--- build.xml 23 Oct 2003 18:31:40 -0000 1.22.2.1
+++ build.xml 24 Oct 2003 16:19:26 -0000 1.22.2.2
@@ -45,6 +45,9 @@
<!-- Properties for the Cactus tests -->
<property name="cactus.port" value="8080"/>
+ <!-- Location where the logging properties files are located -->
+ <property name="base.dir" location="."/>
+
<!--
========================================================================
Set the properties related to the source tree.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]