diff options
| author | Krzysztof Daniel | 2012-06-14 18:52:32 +0000 |
|---|---|---|
| committer | Dani Megert | 2012-09-14 15:47:49 +0000 |
| commit | a84f9a1a754e1bf66af34b5fc384c3d0e14ab8e9 (patch) | |
| tree | 2e237c58dc0ca4367585f1da94ca858c826b8271 | |
| parent | 22d69a523de9fa744cc3e6a2be2bfcdfc3c4e1b6 (diff) | |
| download | eclipse.platform.team-a84f9a1a754e1bf66af34b5fc384c3d0e14ab8e9.tar.gz eclipse.platform.team-a84f9a1a754e1bf66af34b5fc384c3d0e14ab8e9.tar.xz eclipse.platform.team-a84f9a1a754e1bf66af34b5fc384c3d0e14ab8e9.zip | |
| -rw-r--r-- | bundles/org.eclipse.compare.win32/META-INF/p2.inf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare.win32/META-INF/p2.inf b/bundles/org.eclipse.compare.win32/META-INF/p2.inf new file mode 100644 index 000000000..712896a00 --- /dev/null +++ b/bundles/org.eclipse.compare.win32/META-INF/p2.inf @@ -0,0 +1,11 @@ +# ensure that the applicable implementation fragment gets installed (bug 361901) +requires.0.namespace = org.eclipse.equinox.p2.iu +requires.0.name = org.eclipse.swt.win32.win32.x86 +#requires.0.range = [$version$,$version$] +requires.0.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86)) + +requires.1.namespace = org.eclipse.equinox.p2.iu +requires.1.name = org.eclipse.swt.win32.win32.x86_64 +#requires.1.range = [$version$,$version$] +requires.1.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64)) + |
