Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2021-04-13 11:29:57 +0000
committervincent lorenzo2021-04-14 15:11:00 +0000
commitca6eb7e73a6d9127ccbca9df6f51cbba3eec8870 (patch)
treea95882c9ac521ce8ca93c0b716bcedfbbd58b8ef
parent2a87f89620db97a70285310327b4135ce6e7d0cd (diff)
downloadorg.eclipse.papyrus-model2doc-ca6eb7e73a6d9127ccbca9df6f51cbba3eec8870.tar.gz
org.eclipse.papyrus-model2doc-ca6eb7e73a6d9127ccbca9df6f51cbba3eec8870.tar.xz
org.eclipse.papyrus-model2doc-ca6eb7e73a6d9127ccbca9df6f51cbba3eec8870.zip
Bug 572803 - [Model2Doc] The elementTypeConfiguration file should be
migrate to the new version Change-Id: I64b312cab25c357dc6eef6a1274037173c55b0fd Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
-rwxr-xr-xplugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/resources/documenttemplate-context.elementtypesconfigurations2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/resources/documenttemplate-context.elementtypesconfigurations b/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/resources/documenttemplate-context.elementtypesconfigurations
index ff3d2a88..eb204615 100755
--- a/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/resources/documenttemplate-context.elementtypesconfigurations
+++ b/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/resources/documenttemplate-context.elementtypesconfigurations
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<elementtypesconfigurations:ElementTypeSetConfiguration xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.2" xmi:id="_--FKQKJQEemnzshfQ11WZw" identifier="org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.elementTypeSet" name="DocumentTemplateContext" metamodelNsURI="http://www.eclipse.org/emf/2002/Ecore">
- <adviceBindingsConfigurations xmi:type="elementtypesconfigurations:AdviceBindingConfiguration" xmi:id="_LU1EgKJREemnzshfQ11WZw" description="Advice to remove a DocumentTemplate when its semanticContext is deleted." identifier="org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.internal.advices.DeleteDocumentTemplateSemanticContextAdvice" inheritance="all" editHelperAdviceClassName="org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.internal.advices.DeleteDocumentTemplateSemanticContextAdvice"/>
+ <adviceBindingsConfigurations xmi:type="elementtypesconfigurations:AdviceBindingConfiguration" xmi:id="_LU1EgKJREemnzshfQ11WZw" description="Advice to remove a DocumentTemplate when its semanticContext is deleted." identifier="org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.internal.advices.DeleteDocumentTemplateSemanticContextAdvice" inheritance="all" applyToAllTypes="true" editHelperAdviceClassName="org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.internal.advices.DeleteDocumentTemplateSemanticContextAdvice"/>
</elementtypesconfigurations:ElementTypeSetConfiguration>

Back to the top