summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/HistoryMap.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
commit0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch)
treee3a56cee83865f8c703deb790c15d3e79e871a82 /src/main/resources/mapFiles/HistoryMap.xml
parent50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff)
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/HistoryMap.xml')
-rw-r--r--src/main/resources/mapFiles/HistoryMap.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml
index ecc6ab5..b044018 100644
--- a/src/main/resources/mapFiles/HistoryMap.xml
+++ b/src/main/resources/mapFiles/HistoryMap.xml
@@ -23,7 +23,7 @@
-->
<mapping>
- <class name="com.c2kernel.events.Event">
+ <class name="org.cristalise.kernel.events.Event">
<map-to xml="Event"/>
<field name="mID" type="integer" direct="false" get-method="getID" set-method="setID">
<bind-xml name="ID" node="attribute"/>
@@ -73,7 +73,7 @@
<bind-xml name="AgentRole" node="attribute"/>
</field>
- <field name="mTimeStamp" type="com.c2kernel.common.GTimeStamp" direct="false" get-method="getTimeStamp" set-method="setTimeStamp">
+ <field name="mTimeStamp" type="org.cristalise.kernel.common.GTimeStamp" direct="false" get-method="getTimeStamp" set-method="setTimeStamp">
<bind-xml name="TimeStamp" node="element"/>
</field>
</class>