Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hibernate/model/city.genmodel')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hibernate/model/city.genmodel25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hibernate/model/city.genmodel b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hibernate/model/city.genmodel
deleted file mode 100644
index 61a709692..000000000
--- a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hibernate/model/city.genmodel
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<genmodel:GenModel xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
- xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.emf.teneo.samples/src"
- modelPluginID="org.eclipse.emf.teneo.samples" modelName="City" importerID="org.eclipse.emf.importer.ecore"
- complianceLevel="5.0" copyrightFields="false">
- <foreignModel>city.ecore</foreignModel>
- <genPackages prefix="Hibernate" basePackage="org.eclipse.emf.teneo.samples.emf.annotations"
- resource="XML" disposableProviderFactory="true" ecorePackage="city.ecore#/">
- <genClasses ecoreClass="city.ecore#//City">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute city.ecore#//City/name"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference city.ecore#//City/streets"/>
- </genClasses>
- <genClasses ecoreClass="city.ecore#//Street">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute city.ecore#//Street/name"/>
- <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference city.ecore#//Street/city"/>
- </genClasses>
- <genClasses ecoreClass="city.ecore#//State">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference city.ecore#//State/stateDetail"/>
- </genClasses>
- <genClasses ecoreClass="city.ecore#//StateDetail">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference city.ecore#//StateDetail/state"/>
- </genClasses>
- </genPackages>
-</genmodel:GenModel>

Back to the top