Commit in LCDetectors/detectors on MAIN
makeZips.sh+1-11.3 -> 1.4
Shell script to make zip files adds all files with extensions .ini, .properties and .xml .

LCDetectors/detectors
makeZips.sh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- makeZips.sh	21 Jun 2005 22:05:23 -0000	1.3
+++ makeZips.sh	5 Jul 2005 23:39:46 -0000	1.4
@@ -17,7 +17,7 @@
       cd $d
       dd=`basename $d`
       echo "name: $dd" > detector.properties
-      zip $dd compact.xml detector.properties
+      zip $dd *.properties *.ini *.xml
       echo "$dd" >> ../taglist.txt
     )
   fi
CVSspam 0.2.8