Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8638)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8639)
@@ -18,4 +18,29 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+
+ 2007/07/17 Daniela Dorner
+
+   * scripts/dospectrum:
+     - added comments
+     - adapted variables to changes in preparemc
+     - new path for condor submit and dag files (the new condor path in 
+       Mars) 
+
+   * scripts/preparemc:
+     - added comments
+     - added checks
+
+   * condor:
+     - added (directory to store condor submit files)
+
+   * condor/processds.submit:
+     - added (condor submit file to run ganymed for a dataset, used in
+       scripts/dospectrum)
+
+   * condor/processsponde.submit:
+     - added (condor submit file to run sponde for a dataset, used in
+       scripts/dospectrum)
+
 
 
Index: trunk/MagicSoft/Mars/scripts/dospectrum
===================================================================
--- trunk/MagicSoft/Mars/scripts/dospectrum	(revision 8638)
+++ trunk/MagicSoft/Mars/scripts/dospectrum	(revision 8639)
@@ -67,5 +67,7 @@
 # path where your condor dagfile is stored and where you need
 # the files processds.submit and processsponde.submit
-condorpath=$path/condor
+#condorpath=$path/condor
+# standard condor path in your Mars directory
+condorpath=condor
 # path to store your resourcefiles
 # you should have there the ganymed.rc, which you want to use 
