Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel b/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel
index f8c014ceb0d..68dc2e7b1e8 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel
+++ b/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.genmodel
@@ -1,12 +1,11 @@
<?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.papyrus.customization/src-gen"
- editDirectory="/org.eclipse.papyrus.customization.edit/src-gen" editorDirectory="/org.eclipse.papyrus.customization.editor/src-gen"
- modelPluginID="org.eclipse.papyrus.customization" modelName="Customization" testsDirectory="/org.eclipse.papyrus.customization.tests/src-gen"
+<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.papyrus.customization/src-gen" editDirectory="/org.eclipse.papyrus.customization.edit/src-gen"
+ editorDirectory="/org.eclipse.papyrus.customization.editor/src-gen" modelPluginID="org.eclipse.papyrus.customization"
+ modelName="Customization" testsDirectory="/org.eclipse.papyrus.customization.tests/src-gen"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false">
<foreignModel>Customization.ecore</foreignModel>
- <genPackages prefix="Customization" basePackage="org.eclipse.papyrus.customization.model"
+ <genPackages prefix="CustomizationPlugin" basePackage="org.eclipse.papyrus.customization.model"
disposableProviderFactory="true" ecorePackage="Customization.ecore#/">
<genClasses ecoreClass="Customization.ecore#//CustomizationConfiguration">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute Customization.ecore#//CustomizationConfiguration/plugin"/>

Back to the top