Author: aadamchik
Date: Sun Oct 19 04:52:13 2008
New Revision: 705987
URL: http://svn.apache.org/viewvc?rev=705987&view=rev
Log:
CAY-795 Horizontal inheritance
test model files that were added manually are updated with the modeler
Modified:
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/cayenne.xml
Modified:
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/cayenne.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/cayenne.xml?rev=705987&r1=705986&r2=705987&view=diff
==============================================================================
---
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/cayenne.xml
(original)
+++
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/cayenne.xml
Sun Oct 19 04:52:13 2008
@@ -3,6 +3,7 @@
<domain name="default">
<map name="embeddable" location="embeddable.map.xml"/>
<map name="generic" location="generic.map.xml"/>
+ <map name="inheritance" location="inheritance.map.xml"/>
<map name="locking" location="locking.map.xml"/>
<map name="map-db1" location="map-db1.map.xml"/>
<map name="map-db2" location="map-db2.map.xml"/>
@@ -11,6 +12,5 @@
<map name="qualified" location="qualified.map.xml"/>
<map name="relationships" location="relationships.map.xml"/>
<map name="testmap" location="testmap.map.xml"/>
- <map name="inheritance" location="inheritance.map.xml"/>
</domain>
</domains>