Bug 222874 security bundle should not rely on Runtime
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index 58bdac9..d8aa107 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@
org.eclipse.equinox.registry,
org.eclipse.core.runtime,
org.eclipse.core.runtime.compatibility,
- org.eclipse.core.filesystem",
+ org.eclipse.core.filesystem,
+ org.eclipse.equinox.security",
org.eclipse.core.runtime;common=split;mandatory:=common
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.core.internal.runtime.Activator