[HepData-svn] r1339 - trunk/hepdata-xml/src/main/resources

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jan 13 15:02:18 GMT 2010


Author: whalley
Date: Wed Jan 13 15:02:17 2010
New Revision: 1339

Log:
more bits and pieces

Modified:
   trunk/hepdata-xml/src/main/resources/mapping.xml

Modified: trunk/hepdata-xml/src/main/resources/mapping.xml
==============================================================================
--- trunk/hepdata-xml/src/main/resources/mapping.xml	Wed Jan 13 15:02:04 2010	(r1338)
+++ trunk/hepdata-xml/src/main/resources/mapping.xml	Wed Jan 13 15:02:17 2010	(r1339)
@@ -136,6 +136,9 @@
     <field name="DsObservables" type="java.lang.String" collection="vector" set-method="addDsObservable" get-method="getDsObservables">
       <bind-xml name="dsobservable" node="element"/>
     </field>
+    <field name="DsPlabs" type="java.lang.String" collection="vector" set-method="addDsPlab" get-method="getDsPlabs">
+      <bind-xml name="dsplab" node="element"/>
+    </field>
     <field name="XAxes" type="cedar.hepdata.model.XAxis" collection="sortedset" set-method="addXAxis" get-method="getXAxes">
       <bind-xml name="xaxis" node="element"/>
     </field>


More information about the HepData-svn mailing list