summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/ModuleMap.xml
blob: 4bc4db1951e2b80ee63706d8f4decb393256a62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>