Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-02-21 18:41:03 +0000
committercletavernie2013-02-21 18:41:03 +0000
commit71118b4c6a8f63c2494841c90c6c38f0dfb1b034 (patch)
tree1c380114aa6c86a7b36e8fbd6fd808a9634d5985 /plugins/editor
parentf5fc92d8c6c115f15f60007b1dcf4e4d5d61a51b (diff)
downloadorg.eclipse.papyrus-71118b4c6a8f63c2494841c90c6c38f0dfb1b034.tar.gz
org.eclipse.papyrus-71118b4c6a8f63c2494841c90c6c38f0dfb1b034.tar.xz
org.eclipse.papyrus-71118b4c6a8f63c2494841c90c6c38f0dfb1b034.zip
398712: [Core] Multiple issues with the PageManager
https://bugs.eclipse.org/bugs/show_bug.cgi?id=398712 401434: [Core] The CoreEditor shall be covered with integration tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=401434 Missing classes from previous commits
Diffstat (limited to 'plugins/editor')
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusMultiDiagramEditor.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusMultiDiagramEditor.java b/plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusMultiDiagramEditor.java
index 55efa092d01..0e073e6a5e1 100644
--- a/plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusMultiDiagramEditor.java
+++ b/plugins/editor/org.eclipse.papyrus.editor/src/org/eclipse/papyrus/editor/PapyrusMultiDiagramEditor.java
@@ -27,4 +27,8 @@ import org.eclipse.papyrus.infra.core.editor.CoreMultiDiagramEditor;
*/
public class PapyrusMultiDiagramEditor extends CoreMultiDiagramEditor {
+ /**
+ * The Papyrus Editor ID
+ */
+ public static final String EDITOR_ID = "org.eclipse.papyrus.infra.core.papyrusEditor"; //$NON-NLS-1$
}

Back to the top