Print

Print


Author: [log in to unmask]
Date: Fri Jan  9 18:33:27 2015
New Revision: 1916

Log:
Fix dumb XML formatting problem.

Modified:
    java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/AnalysisTemplate.lcsim

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/AnalysisTemplate.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/AnalysisTemplate.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/analysis/AnalysisTemplate.lcsim	Fri Jan  9 18:33:27 2015
@@ -5,7 +5,7 @@
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">           
     <execute>
         <driver name="EventMarkerDriver"/>
-        <-- This should be replaced with your actual analysis Driver. -->
+        <!-- This should be replaced with your actual analysis Driver. -->
         <driver name="DummyAnalysisDriver"/> 
         <driver name="LCIODriver"/>        
         <driver name="AidaSaveDriver"/>
@@ -15,7 +15,7 @@
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1</eventInterval>            
         </driver>
-        <-- This should be replaced with your actual analysis Driver. -->
+        <!-- This should be replaced with your actual analysis Driver. -->
         <driver name="DummyAnalysisDriver" type="org.hps.analysis.examples.DummyAnalysisDriver"/>
         <driver name="LCIODriver" type="org.lcsim.util.loop.LCIODriver">
             <outputFilePath>${outputFile}</outputFilePath>