Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schindl2010-04-08 15:37:39 +0000
committerThomas Schindl2010-04-08 15:37:39 +0000
commitac69ef851c930eef5d9b70cf449c3a1b3b2d2495 (patch)
tree1bcb21318d7c2e658efa669adacd43d0ede8ee89
parent2a785fb2fa06ae0bfc5170bf6ac78984caba21d6 (diff)
downloadorg.eclipse.e4.tools-ac69ef851c930eef5d9b70cf449c3a1b3b2d2495.tar.gz
org.eclipse.e4.tools-ac69ef851c930eef5d9b70cf449c3a1b3b2d2495.tar.xz
org.eclipse.e4.tools-ac69ef851c930eef5d9b70cf449c3a1b3b2d2495.zip
[Bug 304584] - [Tooling] Implement Workbench-Model-Toolingv20100409-1000R1_0M5
* made e4 lowercase
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
index c1760d36..72a929d2 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
@@ -9,7 +9,7 @@
extensions="e4xmi"
icon="icons/full/obj16/application_view_tile.png"
id="org.eclipse.e4.tools.emf.editor3x.e4wbm"
- name="E4 Workbenchmodel Editor">
+ name="e4 Workbenchmodel Editor">
</editor>
</extension>

Back to the top