Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2012-10-23 20:11:13 +0000
committerThomas Watson2012-10-23 20:11:13 +0000
commit8331354005f7136f31a7e545bb6962fcf83743ea (patch)
tree68bd5f2be06bc182565a8ea0c4160b29328919be
parentc9fea7d10bfa30c022fee9416782f4e8a54df1cf (diff)
downloadrt.equinox.framework-8331354005f7136f31a7e545bb6962fcf83743ea.tar.gz
rt.equinox.framework-8331354005f7136f31a7e545bb6962fcf83743ea.tar.xz
rt.equinox.framework-8331354005f7136f31a7e545bb6962fcf83743ea.zip
Bug 382980 - Equinox SDK zipped update site is missing plugins fromv20121023-201113I20121024-1200I20121024-1130
org.eclipse.equinox.core.sdk feature
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 2d7dc9fcd..e033f5899 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -431,4 +431,12 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.slf4j.api"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top