summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-09-26 09:29:18 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-09-26 09:29:18 +0200
commitd3de786f0e860f85ac1a00da0bc281aad14d953f (patch)
tree57baddbbb42f1fed49d116ccdc740279b56b521c /src/main/resources/mapFiles
parent89b5e95b7f0b149334fcda60039d3a9eb071a827 (diff)
Forgot to modify map file for the removal of Parent2ChildCollection
Diffstat (limited to 'src/main/resources/mapFiles')
-rw-r--r--src/main/resources/mapFiles/CollectionMap.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/mapFiles/CollectionMap.xml b/src/main/resources/mapFiles/CollectionMap.xml
index d04cc10..a59de67 100644
--- a/src/main/resources/mapFiles/CollectionMap.xml
+++ b/src/main/resources/mapFiles/CollectionMap.xml
@@ -53,8 +53,8 @@
</class>
- <class name="com.c2kernel.collection.Parent2ChildCollection">
- <map-to xml="Parent2ChildCollection"/>
+ <class name="com.c2kernel.collection.Collection">
+ <map-to xml="Collection"/>
<field name="mMembers"
type="com.c2kernel.collection.CollectionMemberList"
direct="false"
@@ -78,7 +78,7 @@
</field>
</class>
- <class name="com.c2kernel.collection.Dependency" extends="com.c2kernel.collection.Parent2ChildCollection">
+ <class name="com.c2kernel.collection.Dependency" extends="com.c2kernel.collection.Collection">
<map-to xml="Dependency"/>
<field name="mClassProps"
type="string"
@@ -100,7 +100,7 @@
<class name="com.c2kernel.collection.DependencyDescription" extends="com.c2kernel.collection.Dependency">
<map-to xml="DependencyDescription"/>
</class>
- <class name="com.c2kernel.collection.Aggregation" extends="com.c2kernel.collection.Parent2ChildCollection">
+ <class name="com.c2kernel.collection.Aggregation" extends="com.c2kernel.collection.Collection">
<map-to xml="Aggregation"/>
<field name="mLayout" type="com.c2kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
<bind-xml name="Layout" node="element"/>