Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2015-04-10 08:02:08 +0000
committerRemi Schnekenburger2015-04-21 11:20:42 +0000
commit3be61450f9d6e9135b40608a3ce62490633f4c09 (patch)
treeed10f0246a1b214b4700afd90e96f04c5de69598 /extraplugins/umlrt
parentb53eb6c6fa262ecda06cc6e601c8984b1af4bb3c (diff)
downloadorg.eclipse.papyrus-3be61450f9d6e9135b40608a3ce62490633f4c09.tar.gz
org.eclipse.papyrus-3be61450f9d6e9135b40608a3ce62490633f4c09.tar.xz
org.eclipse.papyrus-3be61450f9d6e9135b40608a3ce62490633f4c09.zip
411009: [UML RT] Provide tooling support for the UML-RT Profile
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411009 Management of the protocol in the Model explorer. Adding icons for UML-RT elements
Diffstat (limited to 'extraplugins/umlrt')
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF4
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt/src/org/eclipse/papyrus/umlrt/custom/utils/ProtocolContainerUtils.java1
2 files changed, 2 insertions, 3 deletions
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
index 451d95b3d37..5bf09064da9 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
@@ -14,9 +14,9 @@ Require-Bundle: org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0",
org.eclipse.papyrus.infra.elementtypesconfigurations;bundle-version="1.1.0",
org.eclipse.gmf.runtime.emf.type.core,
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0",
- org.eclipse.papyrus.uml.service.types;bundle-version="1.1.0",
org.eclipse.papyrus.dsml.validation,
- org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0"
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
+ org.eclipse.papyrus.uml.service.types;bundle-version="1.1.0"
Bundle-ActivationPolicy: lazy
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/src/org/eclipse/papyrus/umlrt/custom/utils/ProtocolContainerUtils.java b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/src/org/eclipse/papyrus/umlrt/custom/utils/ProtocolContainerUtils.java
index 70d162bc8fb..d91db4705df 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/src/org/eclipse/papyrus/umlrt/custom/utils/ProtocolContainerUtils.java
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/src/org/eclipse/papyrus/umlrt/custom/utils/ProtocolContainerUtils.java
@@ -108,5 +108,4 @@ public class ProtocolContainerUtils {
}
return null;
}
-
}

Back to the top