diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
| commit | b086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch) | |
| tree | 8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /resources/mapFiles/ModuleMap.xml | |
| parent | 22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff) | |
Initial Maven Conversion
Diffstat (limited to 'resources/mapFiles/ModuleMap.xml')
| -rw-r--r-- | resources/mapFiles/ModuleMap.xml | 27 |
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>
|
