Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvelten2013-04-05 15:24:43 +0000
committermvelten2013-04-05 15:24:43 +0000
commitcf97c3c3ecc76fb0c8a2d6869775b852531bf3c8 (patch)
treed2542df3ca2265fb67893920ce1aad500ade373e
parent8e27b0ea00574d60388eb194d878fd94321da510 (diff)
downloadorg.eclipse.papyrus-cf97c3c3ecc76fb0c8a2d6869775b852531bf3c8.tar.gz
org.eclipse.papyrus-cf97c3c3ecc76fb0c8a2d6869775b852531bf3c8.tar.xz
org.eclipse.papyrus-cf97c3c3ecc76fb0c8a2d6869775b852531bf3c8.zip
activate validators
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.sequence/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.sequence/plugin.xml b/plugins/uml/org.eclipse.papyrus.diagram.sequence/plugin.xml
index f181776fc1e..9fcb5398cb7 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.sequence/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.diagram.sequence/plugin.xml
@@ -1371,7 +1371,7 @@
<super type="org.eclipse.gmf.runtime.common.ui.services.marker"/>
<persistent value="true"/>
</extension>
- <!-- <extension point="org.eclipse.emf.validation.constraintProviders">
+<extension point="org.eclipse.emf.validation.constraintProviders">
<?gmfgen generated="false"?>
<category id="org.eclipse.uml2.uml.util.UMLValidator.validate" mandatory="false" name="validateUMLModel">
<![CDATA[Validate the UML model]]>
@@ -1438,7 +1438,7 @@
<constraint ref="org.eclipse.papyrus.diagram.sequence.FragmentOrderingKeeper.LifelineFigure"/>
</binding>
- </extension>-->
+ </extension>
<extension id="validationDecoratorProvider" name="ValidationDecorations" point="org.eclipse.gmf.runtime.diagram.ui.decoratorProviders">
<?gmfgen generated="true"?>
<decoratorProvider class="org.eclipse.papyrus.diagram.sequence.providers.UMLValidationDecoratorProvider">

Back to the top