Commit in LCDetectors/detectors on MAIN
make_detector_zip.sh+21.2 -> 1.3
Fix for missing detector.properties (untested)

LCDetectors/detectors
make_detector_zip.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- make_detector_zip.sh	29 Aug 2006 19:19:13 -0000	1.2
+++ make_detector_zip.sh	1 Sep 2006 14:33:52 -0000	1.3
@@ -24,6 +24,8 @@
 (
     if [ -e "${d}.zip" ]; then rm -v ${d}.zip; fi
     cd $d
+    dd=`basename $d`
+    echo "name: $dd" > detector.properties
     rm -rf $d
     for f in `find . -print | grep -v CVS`; do
 	echo "adding $f"
CVSspam 0.2.8