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:
authorJohannes Faltermeier2015-12-11 12:03:09 +0000
committerJohannes Faltermeier2015-12-11 12:03:16 +0000
commit45535c47a7a788af0f330e70fe5359840acd1116 (patch)
tree87eac536cb8ef76d26f6b04c656a4eb14942086f /features
parent8fa0ba2dc2bf9fb6f8e3ed106cff05feb762ef3e (diff)
downloadorg.eclipse.emf.ecp.core-45535c47a7a788af0f330e70fe5359840acd1116.tar.gz
org.eclipse.emf.ecp.core-45535c47a7a788af0f330e70fe5359840acd1116.tar.xz
org.eclipse.emf.ecp.core-45535c47a7a788af0f330e70fe5359840acd1116.zip
Bug 484181 - Builder API for TableViewer
Change-Id: I5bfdfca932e884047fd32c551382328f4c2326a3 Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com> Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.ecp.view.table.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.ecp.view.table.feature/feature.xml b/features/org.eclipse.emf.ecp.view.table.feature/feature.xml
index a6b2b523c4..c8eb43a1c0 100644
--- a/features/org.eclipse.emf.ecp.view.table.feature/feature.xml
+++ b/features/org.eclipse.emf.ecp.view.table.feature/feature.xml
@@ -49,4 +49,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emfforms.swt.table"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top