giacomo     01/11/26 14:39:59

  Modified:    .        Tag: cocoon_20_branch build.sh
  Log:
  made it more compatible with the poorest link in the chain :)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.4   +4 -2      xml-cocoon2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.sh,v
  retrieving revision 1.4.2.3
  retrieving revision 1.4.2.4
  diff -u -r1.4.2.3 -r1.4.2.4
  --- build.sh  2001/07/24 19:28:20     1.4.2.3
  +++ build.sh  2001/11/26 22:39:58     1.4.2.4
  @@ -9,9 +9,11 @@
   
   unset ANT_HOME
   
  -export CP=$CLASSPATH
  +CP=$CLASSPATH
  +export CP
   unset CLASSPATH
   
   $PWD/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ 
   
  -export CLASSPATH=$CP
  +CLASSPATH=$CP
  +export CLASSPATH
  
  
  

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