giacomo     01/11/26 14:40:33

  Modified:    .        build.sh
  Log:
  made it more compatible with the poorest link in the chain :)
  
  Revision  Changes    Path
  1.7       +4 -2      xml-cocoon2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.sh  2001/07/24 20:24:51     1.6
  +++ build.sh  2001/11/26 22:40:33     1.7
  @@ -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