User: jung    
  Date: 01/01/08 02:48:58

  Modified:    bin      make.bat
  Log:
  newer ant version.
  
  jaxp for ant.
  
  Revision  Changes    Path
  1.4       +12 -1     zoap/bin/make.bat
  
  Index: make.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/bin/make.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- make.bat  2000/12/04 12:35:25     1.3
  +++ make.bat  2001/01/08 10:48:58     1.4
  @@ -1,7 +1,7 @@
   @echo off
   
   REM  
=========================================================================================================
 
  -REM  $Id: make.bat,v 1.3 2000/12/04 12:35:25 jung Exp $ 
  +REM  $Id: make.bat,v 1.4 2001/01/08 10:48:58 jung Exp $ 
   REM  Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, 
   REM  D-66299 Friedrichsthal, Germany. All Rights Reserved. 
   REM 
  @@ -33,6 +33,8 @@
   :initialise
   
   set CLASSPATH=..\lib\ext\ant.jar
  +set CLASSPATH=%CLASSPATH%;..\lib\ext\jaxp.jar
  +set CLASSPATH=%CLASSPATH%;..\lib\ext\parser.jar
   set CLASSPATH=%CLASSPATH%;..\lib\ext\tools.jar
   set CLASSPATH=%CLASSPATH%;..\lib\ext\xml.jar
   
  @@ -64,6 +66,11 @@
   @endlocal
   
   REM $Log: make.bat,v $
  +REM Revision 1.4  2001/01/08 10:48:58  jung
  +REM newer ant version.
  +REM
  +REM jaxp for ant.
  +REM
   REM Revision 1.3  2000/12/04 12:35:25  jung
   REM adopted to latest jboss container,
   REM
  
  
  

Reply via email to