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:
authorEugen Neufeld2016-03-16 12:26:40 +0000
committerGerrit Code Review @ Eclipse.org2016-03-30 07:39:49 +0000
commit8008ad244f7134effcae81b0916d15569e53d1f8 (patch)
treee21ba31b09a2d1292c5963b1863ac5b1fd796225 /features
parent1cd896a5f371297d9df7ac1ef691c950dfb023ba (diff)
downloadorg.eclipse.emf.ecp.core-8008ad244f7134effcae81b0916d15569e53d1f8.tar.gz
org.eclipse.emf.ecp.core-8008ad244f7134effcae81b0916d15569e53d1f8.tar.xz
org.eclipse.emf.ecp.core-8008ad244f7134effcae81b0916d15569e53d1f8.zip
Bug 489740 - Add Expandbar renderer for categorization
Added the rap specific expandbar renderer. Change-Id: I4f430150b574c0ac9c770090f812f5f7184d135a Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.ecp.rap.util.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.ecp.rap.util.feature/feature.xml b/features/org.eclipse.emf.ecp.rap.util.feature/feature.xml
index 3628616a92..dc43d13edd 100644
--- a/features/org.eclipse.emf.ecp.rap.util.feature/feature.xml
+++ b/features/org.eclipse.emf.ecp.rap.util.feature/feature.xml
@@ -79,4 +79,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emfforms.swt.categorization.expandbar"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top