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/KeyValuePairMap.xml | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/KeyValuePairMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/KeyValuePairMap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml index 65103f1..cd12f9f 100644 --- a/src/main/resources/mapFiles/KeyValuePairMap.xml +++ b/src/main/resources/mapFiles/KeyValuePairMap.xml @@ -22,7 +22,7 @@ -->
<mapping>
- <class name="com.c2kernel.utils.KeyValuePair">
+ <class name="org.cristalise.kernel.utils.KeyValuePair">
<map-to xml="KeyValuePair"/>
<field name="mKey"
type="string"
@@ -59,7 +59,7 @@ <bind-xml name="Boolean" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.common.GTimeStamp">
+ <class name="org.cristalise.kernel.common.GTimeStamp">
<map-to xml="TimeStamp"/>
<field name="mYear" type="java.lang.Integer" direct="true"><bind-xml name="Y" node="attribute"/></field>
<field name="mMonth" type="java.lang.Integer" direct="true"><bind-xml name="Mo" node="attribute"/></field>
|
