diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
| commit | 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch) | |
| tree | e3a56cee83865f8c703deb790c15d3e79e871a82 /src/main/resources/mapFiles/PropertiesMap.xml | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/PropertiesMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/PropertiesMap.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/mapFiles/PropertiesMap.xml b/src/main/resources/mapFiles/PropertiesMap.xml index acd5b7d..daf956d 100644 --- a/src/main/resources/mapFiles/PropertiesMap.xml +++ b/src/main/resources/mapFiles/PropertiesMap.xml @@ -22,7 +22,7 @@ -->
<mapping>
- <class name="com.c2kernel.property.Property">
+ <class name="org.cristalise.kernel.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"/>
@@ -35,7 +35,7 @@ </field>
</class>
- <class name="com.c2kernel.property.PropertyDescription">
+ <class name="org.cristalise.kernel.property.PropertyDescription">
<map-to xml="PropertyDescription"/>
<field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
<bind-xml name="Name" node="attribute"/>
@@ -52,19 +52,19 @@ </class>
- <class name="com.c2kernel.property.PropertyDescriptionList">
+ <class name="org.cristalise.kernel.property.PropertyDescriptionList">
<map-to xml="AllProperties"/>
- <field name="list" collection="arraylist" direct="true" type="com.c2kernel.property.PropertyDescription">
+ <field name="list" collection="arraylist" direct="true" type="org.cristalise.kernel.property.PropertyDescription">
<bind-xml name="PropertyDescription" node="element"/>
</field>
</class>
- <class name="com.c2kernel.property.PropertyArrayList">
+ <class name="org.cristalise.kernel.property.PropertyArrayList">
<map-to xml="PropertyList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.property.Property">
+ type="org.cristalise.kernel.property.Property">
<bind-xml name="Property" node="element"/>
</field>
</class>
|
