You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ha...@apache.org on 2002/08/14 00:57:58 UTC

cvs commit: jakarta-james/phoenix-bin/lib xercesImpl-2.0.2.jar xerces-2.0.1.jar

hammant     2002/08/13 15:57:58

  Modified:    .        build.bat build.sh
  Added:       phoenix-bin/lib xercesImpl-2.0.2.jar
  Removed:     phoenix-bin/lib xerces-2.0.1.jar
  Log:
  Upgrade Xerces to 2,0,2
  
  Revision  Changes    Path
  1.5       +18 -18    jakarta-james/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.bat	13 Aug 2002 19:29:58 -0000	1.4
  +++ build.bat	13 Aug 2002 22:57:57 -0000	1.5
  @@ -1,18 +1,18 @@
  -@echo off
  -
  -echo.
  -echo James Build System
  -echo -------------------
  -
  -set OLD_ANT_HOME=%ANT_HOME%
  -set ANT_HOME=tools
  -
  -set OLD_CLASSPATH=%CLASSPATH%
  -set CLASSPATH=phoenix-bin\lib\xerces-2.0.1.jar;phoenix-bin\lib\xml-apis.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom-b7.jar
  -
  -%ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8
  -goto cleanup
  -
  -:cleanup
  -set ANT_HOME=%OLD_ANT_HOME%
  -set CLASSPATH=%OLD_CLASSPATH%
  +@echo off
  +
  +echo.
  +echo James Build System
  +echo -------------------
  +
  +set OLD_ANT_HOME=%ANT_HOME%
  +set ANT_HOME=tools
  +
  +set OLD_CLASSPATH=%CLASSPATH%
  +set CLASSPATH=phoenix-bin\lib\xercesImpl-2.0.2.jar;phoenix-bin\lib\xml-apis.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom-b7.jar
  +
  +%ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8
  +goto cleanup
  +
  +:cleanup
  +set ANT_HOME=%OLD_ANT_HOME%
  +set CLASSPATH=%OLD_CLASSPATH%
  
  
  
  1.10      +1 -1      jakarta-james/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.sh	13 Aug 2002 19:29:58 -0000	1.9
  +++ build.sh	13 Aug 2002 22:57:57 -0000	1.10
  @@ -5,7 +5,7 @@
   echo "-------------------"
   
   export CP=$CLASSPATH
  -CLASSPATH=phoenix-bin/lib/xerces-2.0.1.jar:phoenix-bin/lib/xml-apis.jar
  +CLASSPATH=phoenix-bin/lib/xercesImpl-2.0.2.jar:phoenix-bin/lib/xml-apis.jar
   
   ## Setup the Anakia stuff
   if [ -d ../jakarta-site2/lib ] ; then
  
  
  
  1.1                  jakarta-james/phoenix-bin/lib/xercesImpl-2.0.2.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>