Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-04-23 20:22:51 +0000
committerPascal Rapicault2015-04-24 14:29:06 +0000
commitc2595d75a8a591bcae06c4e5efb6aa30dde3952d (patch)
tree171c892952f19278b73d20194d1e2b124bd67451 /bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
parent3410bf5066ac158e8fef71c583b51724f2f5fd5e (diff)
downloadrt.equinox.p2-c2595d75a8a591bcae06c4e5efb6aa30dde3952d.tar.gz
rt.equinox.p2-c2595d75a8a591bcae06c4e5efb6aa30dde3952d.tar.xz
rt.equinox.p2-c2595d75a8a591bcae06c4e5efb6aa30dde3952d.zip
Bug 462282 - Prevent (automatic) update to new Mac layout
This is the first part of the fix. It consists in adding a new action that will be able to fail the installation. Change-Id: I254612f37707b02940b4c24a2e97b98786b16d31 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
index 3ecd5aacf..898e2bf1d 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
@@ -22,5 +22,7 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.p2.query;version="2.0.0";resolution:=optional,
org.eclipse.equinox.p2.repository;version="[2.0.0,3.0.0)",
org.eclipse.equinox.p2.repository.artifact;version="[2.0.0,3.0.0)",
+ org.eclipse.osgi.service.environment;version="1.3.0",
org.eclipse.osgi.util;version="1.0.0",
- org.osgi.framework;version="1.3.0"
+ org.osgi.framework;version="1.3.0",
+ org.osgi.service.packageadmin;version="1.2.0"

Back to the top