diff options
author | Pascal Rapicault | 2015-04-23 20:22:51 +0000 |
---|---|---|
committer | Pascal Rapicault | 2015-04-24 14:56:04 +0000 |
commit | 77359c916106b323ab80d56d6231cc1987551713 (patch) | |
tree | 313cc0250720130f23c945c13ec4e3d619e89f7b /bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf | |
parent | b281b11e5526f46c6890975d07e8ca7d8ee9f35e (diff) | |
download | rt.equinox.p2-77359c916106b323ab80d56d6231cc1987551713.tar.gz rt.equinox.p2-77359c916106b323ab80d56d6231cc1987551713.tar.xz rt.equinox.p2-77359c916106b323ab80d56d6231cc1987551713.zip |
Bug 462282 - Prevent (automatic) update to new Mac layoutI20150427-0800I20150426-2000
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: I24babd4df8202c94714528be723313b8eb4f9615
Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf new file mode 100644 index 000000000..c7908b7a1 --- /dev/null +++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/p2.inf @@ -0,0 +1,8 @@ +provides.0.namespace=org.eclipse.equinox.p2.iu +provides.0.name=org.eclipse.equinox.p2.touchpoint.natives +provides.0.version=1.1.100.v20140523-0116 + +provides.1.namespace=org.eclipse.equinox.p2.iu +provides.1.name=org.eclipse.equinox.p2.touchpoint.natives +provides.1.version=1.2.0.$qualifier$ + |