Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa/standalone on MAIN
clean.sh+1-11.1 -> 1.2
Update standalone package list

lcsim/src/org/lcsim/contrib/uiowa/standalone
clean.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- clean.sh	29 Sep 2005 21:06:29 -0000	1.1
+++ clean.sh	9 May 2006 19:55:06 -0000	1.2
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-for iDir in mipfinder  mst  standalone  structural util ; { 
+for iDir in standalone template ; { 
   for i in $(find $iDir/ -name "*.class") ; {
      rm $i ;
   }
CVSspam 0.2.8