1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00

[releng] Add version constraints on linuxtools due to API change

This really should have been part of I68d4f93de3a0e6141c7a37a34f9e8fdb2313fbd8

Change-Id: I1b7671fbd12dd973139e72f053e3b3d5117f3b44
This commit is contained in:
Jonah Graham 2018-03-10 00:33:45 +00:00
parent ec533341b6
commit a5203143e9

View file

@ -8,8 +8,8 @@ Bundle-Vendor: %Plugin.vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.linuxtools.docker.core;bundle-version="1.0.0",
org.eclipse.linuxtools.docker.ui;bundle-version="1.0.0",
org.eclipse.linuxtools.docker.core;bundle-version="[4.0.0,5.0.0)",
org.eclipse.linuxtools.docker.ui;bundle-version="[4.0.0,5.0.0)",
org.eclipse.cdt.launch;bundle-version="7.1.0",
org.eclipse.debug.core;bundle-version="3.9.1",
org.eclipse.debug.ui;bundle-version="3.10.1",