antonio 2004/03/03 23:38:54
Modified: . build.sh Log: Clean back the environment Revision Changes Path 1.5 +4 -0 cocoon-2.1/build.sh Index: build.sh =================================================================== RCS file: /home/cvs//cocoon-2.1/build.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.sh 4 Mar 2004 07:33:07 -0000 1.4 +++ build.sh 4 Mar 2004 07:38:54 -0000 1.5 @@ -32,3 +32,7 @@ export CLASSPATH ANT_HOME=OLD_ANT_HOME export ANT_HOME + +# ----- Clean the environment ------------------------------------------ +unset OLD_ANT_HOME +unset CP
