Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-14 03:12:29 +0000
committerThomas Watson2014-04-14 03:12:29 +0000
commit16dfd3515ce060029234abaf5b2a587f64a4b6d6 (patch)
treea2f1cea31cb030197486043bb907380d67718612
parent24df8ef595a96846b5cc54dc35e7958c7132f49f (diff)
downloadrt.equinox.framework-16dfd3515ce060029234abaf5b2a587f64a4b6d6.tar.gz
rt.equinox.framework-16dfd3515ce060029234abaf5b2a587f64a4b6d6.tar.xz
rt.equinox.framework-16dfd3515ce060029234abaf5b2a587f64a4b6d6.zip
Bug 432672 - Latest test failures likely to be related to changes in
org.eclipse.osgi to use osgi.ee requirement - Removing requirement on osgi.ee for now to work around pde build issues Change-Id: I7bcf96b451217b79746ebfd00396844dd9a75dee
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index c668677ce..34fed5a2b 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -82,5 +82,5 @@ Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
Eclipse-SystemBundle: true
Main-Class: org.eclipse.core.runtime.adaptor.EclipseStarter
-Require-Capability: osgi.ee; filter:="(| (&(osgi.ee=JavaSE)(version=1.6)) (&(osgi.ee=JavaSE/compact1)(version=1.8)) )"
+Commentout-Require-Capability: osgi.ee; filter:="(| (&(osgi.ee=JavaSE)(version=1.6)) (&(osgi.ee=JavaSE/compact1)(version=1.8)) )"
Eclipse-BundleShape: jar

Back to the top