haul        01/08/14 01:40:57

  Modified:    .        build.xml
  Log:
  ${java.home} points to jre, tools.jar is in jdk/lib ~> jre/../lib
  
  Revision  Changes    Path
  1.48      +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 2001/08/13 10:39:06     1.47
  +++ build.xml 2001/08/14 08:40:57     1.48
  @@ -216,7 +216,7 @@
       <!-- 
       The location of tools.jar, relative to the JAVA_HOME home. 
       -->
  -    <property name="tools.jar" value="${java.home}/lib/tools.jar"/>
  +    <property name="tools.jar" value="${java.home}/../lib/tools.jar"/>
   
       <filter token="Name"    value="${fullname}"/>
       <filter token="name"    value="${fullname}"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to