Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-11-21 18:16:52 +0000
committerPascal Rapicault2009-11-21 18:16:52 +0000
commit391e3dce944c72ca226727e70b6c7bb0ffbf97ba (patch)
treef93106b19fabb48d6bf0ae1bed7d09789e50f255 /features
parentcdf54e5997e6de8c1cc90268f5bcb32e5e130ca0 (diff)
downloadrt.equinox.p2-391e3dce944c72ca226727e70b6c7bb0ffbf97ba.tar.gz
rt.equinox.p2-391e3dce944c72ca226727e70b6c7bb0ffbf97ba.tar.xz
rt.equinox.p2-391e3dce944c72ca226727e70b6c7bb0ffbf97ba.zip
Adding operations
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index 39a470cdf..921c3e0c3 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -657,4 +657,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.p2.operations"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top