You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/07/24 21:28:20 UTC

cvs commit: xml-cocoon2 build.sh

bloritsch    01/07/24 12:28:20

  Modified:    .        Tag: cocoon_20_branch build.sh
  Log:
  CLASSPATH does not need to be set
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.3   +1 -1      xml-cocoon2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.sh,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- build.sh	2001/06/12 19:26:08	1.4.2.2
  +++ build.sh	2001/07/24 19:28:20	1.4.2.3
  @@ -10,7 +10,7 @@
   unset ANT_HOME
   
   export CP=$CLASSPATH
  -export CLASSPATH=lib/xerces_1_4_0.jar
  +unset CLASSPATH
   
   $PWD/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ 
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org