cziegeler    2002/06/06 01:07:10

  Modified:    .        build.xml
  Log:
  Fixed resolving of xml file in check-jars task
  
  Revision  Changes    Path
  1.228     +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.227
  retrieving revision 1.228
  diff -u -r1.227 -r1.228
  --- build.xml 6 Jun 2002 06:31:24 -0000       1.227
  +++ build.xml 6 Jun 2002 08:07:09 -0000       1.228
  @@ -1852,7 +1852,7 @@
           processor="trax"
           style="${tools.dir}/src/check-jars.xsl">
         <param name="current-files"
  -          expression="${user.dir}/build/${name}/current-jars.xml"/>
  +          expression="../../${build.dir}/current-jars.xml"/>
       </style>
     </target>
     
  
  
  

----------------------------------------------------------------------
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