Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2016-02-14 16:32:07 +0000
committerGerrit Code Review @ Eclipse.org2016-02-15 09:05:28 +0000
commit8606f5d2e2dc7562082be5c2bb9f93d09791061f (patch)
tree1f0e30caad3fb4252e2f737d3b750c177d285908 /extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java
parent5f20e6d9b53c77b4f9a8d467cd96d579ee72bc86 (diff)
downloadorg.eclipse.papyrus-8606f5d2e2dc7562082be5c2bb9f93d09791061f.tar.gz
org.eclipse.papyrus-8606f5d2e2dc7562082be5c2bb9f93d09791061f.tar.xz
org.eclipse.papyrus-8606f5d2e2dc7562082be5c2bb9f93d09791061f.zip
[BPMN] Migration of ui.wizards extension point and
ElementTypeConfigurations metamodel and removal of unused imports Change-Id: Ie65f2f7679d710407b3b7204e02a3ac321b3c933 Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java
index 19c1d0ada19..4e33e70fcc0 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SignalEventDefinitionImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.bpmn.BPMNProfile.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage;
import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNSignal;
import org.eclipse.papyrus.bpmn.BPMNProfile.SignalEventDefinition;
-
import org.eclipse.uml2.uml.CallEvent;
/**

Back to the top