diff options
Diffstat (limited to 'features/org.eclipse.emf.eef.edt-feature/feature.xml')
-rw-r--r-- | features/org.eclipse.emf.eef.edt-feature/feature.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.eef.edt-feature/feature.xml b/features/org.eclipse.emf.eef.edt-feature/feature.xml index 0e9e6e573..6270f0bd4 100644 --- a/features/org.eclipse.emf.eef.edt-feature/feature.xml +++ b/features/org.eclipse.emf.eef.edt-feature/feature.xml @@ -14,7 +14,7 @@ label="%featureName" version="2.0.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.emf.eef.runtime"> + plugin="org.eclipse.emf.eef.branding"> <description> %description @@ -139,4 +139,10 @@ http://www.eclipse.org/legal/epl-v10.html version="0.0.0" unpack="false"/> + <plugin + id="org.eclipse.emf.eef.branding" + download-size="0" + install-size="0" + version="0.0.0"/> + </feature> |