Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Buzila2015-10-22 09:28:43 +0000
committerGerrit Code Review @ Eclipse.org2015-10-22 13:09:10 +0000
commit51261197ecc25b08096b7295fbe8ec92ae9e6e3e (patch)
treeb0c93446b68fb0f19bb30866562fa6aea4e93c82 /features
parentfda78d18b5ab1a368b823e068c7ff0cd18023d8c (diff)
downloadorg.eclipse.emf.ecp.core-51261197ecc25b08096b7295fbe8ec92ae9e6e3e.tar.gz
org.eclipse.emf.ecp.core-51261197ecc25b08096b7295fbe8ec92ae9e6e3e.tar.xz
org.eclipse.emf.ecp.core-51261197ecc25b08096b7295fbe8ec92ae9e6e3e.zip
Bug 480384 - TreeMasterDetail toolbar actions are missing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=480384 Change-Id: I01498f561f00e74216324f509a39990d4cca88c6
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml b/features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml
index af77abd3bf..200d96943b 100644
--- a/features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml
+++ b/features/org.eclipse.emf.ecp.emfforms.idetooling.feature/feature.xml
@@ -99,4 +99,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emfforms.editor"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top