summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/PropertiesMap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mapFiles/PropertiesMap.xml')
-rw-r--r--src/main/resources/mapFiles/PropertiesMap.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/mapFiles/PropertiesMap.xml b/src/main/resources/mapFiles/PropertiesMap.xml
index 7936a75..cdb27fc 100644
--- a/src/main/resources/mapFiles/PropertiesMap.xml
+++ b/src/main/resources/mapFiles/PropertiesMap.xml
@@ -3,10 +3,10 @@
<class name="com.c2kernel.property.Property">
<map-to xml="Property"/>
<field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
- <bind-xml name="Name" node="attribute"/>
+ <bind-xml name="name" node="attribute"/>
</field>
<field name="mValue" type="string" direct="false" get-method="getValue" set-method="setValue">
- <bind-xml name="Value" node="element"/>
+ <bind-xml node="text"/>
</field>
</class>