Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-04-24 14:49:26 +0000
committerPascal Rapicault2015-05-15 16:44:25 +0000
commit4af77390986d014ab6a6f65de1a8e6dac911a030 (patch)
treeca46e8ce870423dd7befe46c57cc1ded28346ef6
parentadf131ab20f3266dd1d44a858957edd3b5739342 (diff)
downloadrt.equinox.p2-4af77390986d014ab6a6f65de1a8e6dac911a030.tar.gz
rt.equinox.p2-4af77390986d014ab6a6f65de1a8e6dac911a030.tar.xz
rt.equinox.p2-4af77390986d014ab6a6f65de1a8e6dac911a030.zip
Bug 462282 - Prevent (automatic) update to new Mac layoutI20150516-1500I20150515-2000
This is the second part of the fix. It forces the new version of the native touchpoint (which defines the new blockMacUpdate action) and uses it. Change-Id: Ic653c9709a160b11a03248a2fad85fb2c8e151ab
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/p2.inf5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/p2.inf b/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/p2.inf
new file mode 100644
index 000000000..50ebed6e3
--- /dev/null
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/p2.inf
@@ -0,0 +1,5 @@
+metaRequirements.0.namespace=org.eclipse.equinox.p2.iu
+metaRequirements.0.name=org.eclipse.equinox.p2.touchpoint.natives
+metaRequirements.0.range=[1.2.0, 1.3.0)
+
+instructions.configure=org.eclipse.equinox.p2.touchpoint.natives.blockMacUpdate(); \ No newline at end of file

Back to the top