vmassol 2003/10/24 09:20:56
Modified: samples/servlet/src/scripts/share build.xml
Log:
Fixed bug: need base.dir property.
Revision Changes Path
1.27 +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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 23 Oct 2003 12:27:43 -0000 1.26
+++ build.xml 24 Oct 2003 16:20:56 -0000 1.27
@@ -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]