vmassol 2003/10/13 13:30:55
Modified: framework build.xml
Log:
more explanation...
Revision Changes Path
1.70 +4 -1 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- build.xml 13 Oct 2003 20:28:39 -0000 1.69
+++ build.xml 13 Oct 2003 20:30:55 -0000 1.70
@@ -394,6 +394,9 @@
<path refid="project.classpath"/>
</path>
+ <!-- Convert the path to logging.properties to use forward slashes
+ so that it works when loaded as a String in Java (backslashes
+ won't work. -->
<pathconvert property="target.dir.normalized" dirsep="/">
<path>
<pathelement location="${target.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]