summaryrefslogtreecommitdiff
path: root/resources/mapFiles/ModuleMap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/mapFiles/ModuleMap.xml')
-rw-r--r--resources/mapFiles/ModuleMap.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/resources/mapFiles/ModuleMap.xml b/resources/mapFiles/ModuleMap.xml
deleted file mode 100644
index 4bc4db1..0000000
--- a/resources/mapFiles/ModuleMap.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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>