You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by an...@apache.org on 2004/03/04 08:38:08 UTC

cvs commit: xml-forrest build.sh

antonio     2004/03/03 23:38:08

  Modified:    .        build.sh
  Log:
  Clean back the environment
  
  Revision  Changes    Path
  1.8       +5 -0      xml-forrest/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs//xml-forrest/build.sh,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.sh	30 Oct 2002 09:01:35 -0000	1.7
  +++ build.sh	4 Mar 2004 07:38:08 -0000	1.8
  @@ -32,3 +32,8 @@
   export CLASSPATH
   ANT_HOME=OLD_ANT_HOME
   export ANT_HOME
  +
  +# ----- Clean back the environment ------------------------------------------
  +unset OLD_ANT_HOME
  +unset CP
  +