Print

Print


Commit in SlacMCPrj/scripts on MAIN
setup-lcio.sh+2-11.1 -> 1.2
Correct java version from 1.4.2 to 1.5 for LCIO setup

SlacMCPrj/scripts
setup-lcio.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- setup-lcio.sh	11 Jul 2005 18:43:37 -0000	1.1
+++ setup-lcio.sh	15 Sep 2005 21:54:30 -0000	1.2
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 unset JAVAVER
-source setup-java.sh 1.4.2
+#source setup-java.sh 1.4.2
+source setup-java.sh 1.5
 
 # LCIO from dist
 if [ -z "$LCIO" ]; then
CVSspam 0.2.8