Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'launch/org.eclipse.cdt.docker.launcher-feature/feature.xml')
-rw-r--r--launch/org.eclipse.cdt.docker.launcher-feature/feature.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml b/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml
index 5f1811069b4..194a1194aa2 100644
--- a/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml
+++ b/launch/org.eclipse.cdt.docker.launcher-feature/feature.xml
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2015, 2021 Contributors to the Eclipse Foundation
+
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+-->
<feature
id="org.eclipse.cdt.docker.launcher"
label="%featureName"
- version="9.9.0.qualifier"
+ version="10.7.0.qualifier"
provider-name="%provider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -20,8 +30,7 @@
</license>
<requires>
- <import plugin="org.eclipse.linuxtools.docker.core"/>
- <import plugin="org.eclipse.linuxtools.docker.ui"/>
+ <import feature="org.eclipse.linuxtools.docker.feature" version="5.6.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top