Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-09-01 08:20:31 +0000
committerQuentin Le Menez2017-09-04 11:47:30 +0000
commit78b5b2fa1b20b0a2e1ebf6bb82cabe51b5c1188b (patch)
tree26ab2982c5c19abea5e246fc158173a3e54854e0 /examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org
parent41640805198e2b0cdef47c02a0225c1659140f1c (diff)
downloadorg.eclipse.papyrus-78b5b2fa1b20b0a2e1ebf6bb82cabe51b5c1188b.tar.gz
org.eclipse.papyrus-78b5b2fa1b20b0a2e1ebf6bb82cabe51b5c1188b.tar.xz
org.eclipse.papyrus-78b5b2fa1b20b0a2e1ebf6bb82cabe51b5c1188b.zip
Bug 521794 - [Photon] [Test] Failing tests on the bundle tests [...]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521794 Fix BundleTests - set version bundle-version="[5.3.0,6.0.0)" to uml2.uml and uml2.uml.edit dependencies in diagram.component and diagram.composite - add missing about.html - fix some pluginVendor issues - fix some plugin_id issues Change-Id: Ibfe2713fb4794b24fc56184dab3603c2c705cac8 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org')
-rw-r--r--examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org/eclipse/papyrus/example/diagram/simplediagram/part/UMLDiagramEditorPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org/eclipse/papyrus/example/diagram/simplediagram/part/UMLDiagramEditorPlugin.java b/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org/eclipse/papyrus/example/diagram/simplediagram/part/UMLDiagramEditorPlugin.java
index 3a51b1358be..137c5ce3d47 100644
--- a/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org/eclipse/papyrus/example/diagram/simplediagram/part/UMLDiagramEditorPlugin.java
+++ b/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/src/org/eclipse/papyrus/example/diagram/simplediagram/part/UMLDiagramEditorPlugin.java
@@ -30,7 +30,7 @@ public class UMLDiagramEditorPlugin extends AbstractUIPlugin {
/**
* @generated
*/
- public static final String ID = "org.eclipse.uml2.uml.diagram"; //$NON-NLS-1$
+ public static final String ID = "org.eclipse.papyrus.example.diagram.simplediagram"; //$NON-NLS-1$
/**
* @generated

Back to the top