You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/10/13 22:30:55 UTC

cvs commit: jakarta-cactus/framework build.xml

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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org