summaryrefslogtreecommitdiff
path: root/resources/mapFiles
diff options
context:
space:
mode:
authorabranson <andrew.branson@cern.ch>2011-11-23 10:35:53 +0100
committerabranson <andrew.branson@cern.ch>2011-11-23 10:35:53 +0100
commit63219230f343598b449c817890b730a2f02edc49 (patch)
treeccc56f742e9e468b0e3551ca2c40c4a4be8e6772 /resources/mapFiles
parente7b92e1640be005db77804f018e3cdbc2aff90cf (diff)
parent349144cc196e85a8ee0383be4646f5932fe63146 (diff)
Merge branch 'modules'2.3
Diffstat (limited to 'resources/mapFiles')
-rw-r--r--resources/mapFiles/ModuleMap.xml27
-rw-r--r--resources/mapFiles/index2
2 files changed, 28 insertions, 1 deletions
diff --git a/resources/mapFiles/ModuleMap.xml b/resources/mapFiles/ModuleMap.xml
new file mode 100644
index 0000000..4bc4db1
--- /dev/null
+++ b/resources/mapFiles/ModuleMap.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<mapping>
+ <class name="com.c2kernel.process.Module">
+ <map-to xml="CristalModule"/>
+ <field name="ns" direct="false" type="string">
+ <bind-xml name="ns" node="attribute"/>
+ </field>
+ <field name="name" direct="false" type="string">
+ <bind-xml name="name" node="attribute"/>
+ </field>
+ <field name="desc" direct="false" type="string">
+ <bind-xml name="Description" node="element"/>
+ </field>
+ <field name="version" direct="false" type="string">
+ <bind-xml name="Version" node="element"/>
+ </field>
+ <field name="dependency" collection="array" direct="false" type="string">
+ <bind-xml name="Dependency" node="element"/>
+ </field>
+ <field name="resURL" direct="false" type="string">
+ <bind-xml name="ResourceURL" node="element"/>
+ </field>
+ <field name="dependency" collection="arraylist" direct="false" type="string">
+ <bind-xml name="Config" node="element"/>
+ </field>
+ </class>
+</mapping>
diff --git a/resources/mapFiles/index b/resources/mapFiles/index
index 58295a1..03de6f2 100644
--- a/resources/mapFiles/index
+++ b/resources/mapFiles/index
@@ -7,4 +7,4 @@ CollectionMap.xml
JobListMap.xml
ViewpointMap.xml
TransferMap.xml
-NewEntityMap.xml \ No newline at end of file
+NewEntityMap.xml