Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7544)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7545)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/02/28 Daniela Dorner
+
+   * datacenter/scripts/insertdatasets:
+     - made sure, that backupfiles of the editor are not taken into 
+       account, when dataset files are searched
+
+
+
  2006/02/27 Thomas Bretz
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets	(revision 7544)
+++ trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets	(revision 7545)
@@ -54,5 +54,5 @@
 
 # get all datasetfiles
-datasetfiles=(`ls $datasetpath/*/*`)
+datasetfiles=(`ls $datasetpath/*/*.txt`)
 echo "datasetfiles: "${datasetfiles[@]}  >> $scriptlog 2>&1 
 echo "" >> $scriptlog 2>&1 
