Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schindl2010-07-05 12:57:57 +0000
committerThomas Schindl2010-07-05 12:57:57 +0000
commit473347e1e35191a73c2b7d38dd38a063aa2e1ffd (patch)
tree5bac484505d8e11502442086427ce394e940202f /features
parent0bb5c203653e905b9a2c125e3c29f80e0108c178 (diff)
downloadorg.eclipse.e4.tools-473347e1e35191a73c2b7d38dd38a063aa2e1ffd.tar.gz
org.eclipse.e4.tools-473347e1e35191a73c2b7d38dd38a063aa2e1ffd.tar.xz
org.eclipse.e4.tools-473347e1e35191a73c2b7d38dd38a063aa2e1ffd.zip
Bug 308439 - Correct plugin for e4 wizards
* adding new bundle
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.e4.core.tools.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.core.tools.feature/feature.xml b/features/org.eclipse.e4.core.tools.feature/feature.xml
index 0106e2cb..1ce569e1 100644
--- a/features/org.eclipse.e4.core.tools.feature/feature.xml
+++ b/features/org.eclipse.e4.core.tools.feature/feature.xml
@@ -52,4 +52,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.e4.tools"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top