Print

Print


Commit in LCDetectors/detectors on MAIN
makeZips.sh+4-11.4 -> 1.5


LCDetectors/detectors
makeZips.sh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- makeZips.sh	5 Jul 2005 23:39:46 -0000	1.4
+++ makeZips.sh	6 Jul 2005 00:24:48 -0000	1.5
@@ -17,7 +17,10 @@
       cd $d
       dd=`basename $d`
       echo "name: $dd" > detector.properties
-      zip $dd *.properties *.ini *.xml
+      for f in `ls * | grep -v CVS`; do
+        echo "adding $f"
+        zip ${dd} ${f}
+      done
       echo "$dd" >> ../taglist.txt
     )
   fi
CVSspam 0.2.8