vgritsenko    2003/12/23 03:55:45

  Modified:    .        build.bat
  Log:
  fix copy/paste mistake
  
  Revision  Changes    Path
  1.6       +3 -3      xml-xindice/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.bat 12 Dec 2003 15:39:40 -0000      1.5
  +++ build.bat 23 Dec 2003 11:55:45 -0000      1.6
  @@ -14,8 +14,8 @@
   if not exist "build" mkdir build
   if not exist "build\endorsed" mkdir build\endorsed
   if not exist "build\endorsed\xerces*.jar" copy java\lib\xerces*.jar 
build\endorsed
  -if not exist "tools\endorsed\xalan*.jar" copy java\lib\xalan*.jar 
build\endorsed
  -if not exist "tools\endorsed\xml-api*.jar" copy java\lib\xml-api*.jar 
build\endorsed
  +if not exist "build\endorsed\xalan*.jar" copy java\lib\xalan*.jar 
build\endorsed
  +if not exist "build\endorsed\xml-api*.jar" copy java\lib\xml-api*.jar 
build\endorsed
   
   rem ----- Verify and Set Required Environment Variables 
------------------------
   
  
  
  

Reply via email to