Commit in SlacMCPrj/scripts on MAIN
run-lcio.sh+3added 1.1
setup-slac-java.sh+1-11.1 -> 1.2
+4-1
1 added + 1 modified, total 2 files


SlacMCPrj/scripts
run-lcio.sh added at 1.1
diff -N run-lcio.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ run-lcio.sh	4 Aug 2006 00:38:26 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+source setup-java.sh
+$PRJ_DIST/lcio/pro/bin/lcio $@

SlacMCPrj/scripts
setup-slac-java.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- setup-slac-java.sh	17 Apr 2006 19:04:22 -0000	1.1
+++ setup-slac-java.sh	4 Aug 2006 00:38:26 -0000	1.2
@@ -9,7 +9,7 @@
 
 # set JAVAVER
 if [ -z "$1" ]; then
-  export JAVAVER="1.5.0"
+  export JAVAVER="1.5"
 else 
   export JAVAVER="$1"
 fi
CVSspam 0.2.8