diff options
author | Alexandra Buzila | 2015-10-22 09:28:43 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-10-22 13:09:10 +0000 |
commit | 51261197ecc25b08096b7295fbe8ec92ae9e6e3e (patch) | |
tree | b0c93446b68fb0f19bb30866562fa6aea4e93c82 /features | |
parent | fda78d18b5ab1a368b823e068c7ff0cd18023d8c (diff) | |
download | org.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.xml | 7 |
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> |