cziegeler    01/08/15 23:10:09

  Modified:    .        Tag: cocoon_20_branch build.xml
  Log:
  Fixed location of tools.jar (synced with 2.1)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.29  +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.28
  retrieving revision 1.8.2.29
  diff -u -r1.8.2.28 -r1.8.2.29
  --- build.xml 2001/08/13 10:38:21     1.8.2.28
  +++ build.xml 2001/08/16 06:10:09     1.8.2.29
  @@ -212,7 +212,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