Skip to content

Commit 5952d70

Browse files
committed
fix: rename namespace of generated nodecharacteristics model
BREAKING CHANGE: Namespace URI of the nodecharacteristics model changed
1 parent 22765df commit 5952d70

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

bundles/org.dataflowanalysis.pcm.extension.nodecharacteristics/model/nodeCharacteristics.ecore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="nodecharacteristics" nsURI="http://www.example.org/nodeCharacteristics"
3+
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="nodecharacteristics" nsURI="http://dataflowanalysis.org/pcm/extension/nodecharacteristics/0.1.0"
44
nsPrefix="nodecharacteristics">
55
<eClassifiers xsi:type="ecore:EClass" name="UsageAssignee" eSuperTypes="#//AbstractAssignee platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
66
<eStructuralFeatures xsi:type="ecore:EReference" name="usagescenario" lowerBound="1"

bundles/org.dataflowanalysis.pcm.extension.nodecharacteristics/model/nodeCharacteristics.genmodel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
editPluginClass="org.dataflowanalysis.pcm.extension.nodecharacteristics.nodecharacteristics.provider.NodeCharacteristicsEditPlugin"
88
editorPluginClass="org.dataflowanalysis.pcm.extension.nodecharacteristics.nodecharacteristics.presentation.NodeCharacteristicsEditorPlugin"
99
rootExtendsInterface="org.eclipse.emf.cdo.CDOObject" rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl"
10-
reflectiveDelegation="true"
11-
importerID="org.eclipse.emf.importer.cdo" featureDelegation="Reflective" complianceLevel="5.0"
12-
copyrightFields="false" providerRootExtendsClass="org.eclipse.emf.cdo.edit.CDOItemProviderAdapter"
10+
suppressEMFTypes="true" reflectiveDelegation="true" importerID="org.eclipse.emf.importer.cdo"
11+
featureDelegation="Reflective" complianceLevel="5.0" copyrightFields="false" providerRootExtendsClass="org.eclipse.emf.cdo.edit.CDOItemProviderAdapter"
1312
editPluginID="org.dataflowanalysis.pcm.extension.nodecharacteristics.edit" editorPluginID="org.dataflowanalysis.pcm.extension.nodecharacteristics.editor"
1413
usedGenPackages="../../org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel#//DataDictionary ../../org.dataflowanalysis.pcm.extension.dictionary.characterized/model/DataDictionaryCharacterized.genmodel#//DataDictionaryCharacterized ../../org.dataflowanalysis.pcm.extension.model/model/dataFlowConfidentiality.genmodel#//confidentiality ../../org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore ../../de.uka.ipd.sdq.identifier/model/identifier.genmodel#//identifier ../../org.palladiosimulator.pcm/model/pcm.genmodel#//pcm ../../de.uka.ipd.sdq.probfunction/model/ProbabilityFunction.genmodel#//probfunction ../../de.uka.ipd.sdq.stoex/model/stoex.genmodel#//stoex ../../de.uka.ipd.sdq.units/model/Units.genmodel#//units"
1514
importOrganizing="true">
@@ -19,8 +18,8 @@
1918
<genPackages prefix="NodeCharacteristics" basePackage="org.dataflowanalysis.pcm.extension.nodecharacteristics"
2019
resource="XMI" disposableProviderFactory="true" extensibleProviderFactory="true"
2120
ecorePackage="nodeCharacteristics.ecore#/">
22-
<genClasses ecoreClass="nodeCharacteristics.ecore#//UsageAsignee">
23-
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference nodeCharacteristics.ecore#//UsageAsignee/usagescenario"/>
21+
<genClasses ecoreClass="nodeCharacteristics.ecore#//UsageAssignee">
22+
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference nodeCharacteristics.ecore#//UsageAssignee/usagescenario"/>
2423
</genClasses>
2524
<genClasses ecoreClass="nodeCharacteristics.ecore#//RessourceAssignee">
2625
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference nodeCharacteristics.ecore#//RessourceAssignee/resourcecontainer"/>

0 commit comments

Comments
 (0)