Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-11-21 16:37:12 +0000
committerPascal Rapicault2009-11-21 16:37:12 +0000
commitcdf54e5997e6de8c1cc90268f5bcb32e5e130ca0 (patch)
tree63f98e32dce586ffed645e90a14a4682b1d5f7e6 /features/org.eclipse.equinox.p2.sdk
parentc24df39677d8dd5342a47dcd0b8674d6c5134183 (diff)
downloadrt.equinox.p2-cdf54e5997e6de8c1cc90268f5bcb32e5e130ca0.tar.gz
rt.equinox.p2-cdf54e5997e6de8c1cc90268f5bcb32e5e130ca0.tar.xz
rt.equinox.p2-cdf54e5997e6de8c1cc90268f5bcb32e5e130ca0.zip
add common
Diffstat (limited to 'features/org.eclipse.equinox.p2.sdk')
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index 0a5e4a3c2..39a470cdf 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -650,7 +650,11 @@
version="0.0.0"
unpack="false"/>
-
-
+ <plugin
+ id="org.eclipse.equinox.p2.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top