Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schindl2010-04-16 15:33:38 +0000
committerThomas Schindl2010-04-16 15:33:38 +0000
commitb4ea83f9e4af4e628bcabedc39044129af434330 (patch)
tree1503adec1ef2595670ec5cdfc11edb1ad21fb3e0 /bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml
parentac69ef851c930eef5d9b70cf449c3a1b3b2d2495 (diff)
downloadorg.eclipse.e4.tools-b4ea83f9e4af4e628bcabedc39044129af434330.tar.gz
org.eclipse.e4.tools-b4ea83f9e4af4e628bcabedc39044129af434330.tar.xz
org.eclipse.e4.tools-b4ea83f9e4af4e628bcabedc39044129af434330.zip
[Bug 305586] - [Model] Model tweaking round 3Root_model_tweaking_round3
* removed unneeded extension stuff
Diffstat (limited to 'bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml')
-rw-r--r--bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml b/bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml
index ab2ade56..fac7ac2e 100644
--- a/bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/plugin.xml
@@ -9,21 +9,9 @@
</snippet>
</extension>
<extension
- point="org.eclipse.e4.workbench.contributions">
- <contribution
- path="xmi/components.e4xmi">
- </contribution>
- </extension>
- <extension
id="id1"
point="org.eclipse.e4.workbench.model">
<snippet></snippet>
</extension>
- <extension
- point="org.eclipse.e4.workbench.contributions">
- <contribution
- path="xmi/components.e4xmi">
- </contribution>
- </extension>
</plugin>

Back to the top