Commit in lcsim/src/org/lcsim/contrib/uiowa/standalone on MAIN
compile.sh+1-11.2 -> 1.3
Update standalone package list

lcsim/src/org/lcsim/contrib/uiowa/standalone
compile.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- compile.sh	24 Dec 2005 19:22:04 -0000	1.2
+++ compile.sh	9 May 2006 19:55:29 -0000	1.3
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-for iDir in  mipfinder  mst  standalone  structural util test ; {
+for iDir in standalone template ; {
   for i in $(find $iDir/ -name "*.java") ; {
      ./standalone/subcompile.sh $i || { echo "failed on $i"; exit; } ;
   }
CVSspam 0.2.8