Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.meson-feature/feature.xml')
-rw-r--r--build/org.eclipse.cdt.meson-feature/feature.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/build/org.eclipse.cdt.meson-feature/feature.xml b/build/org.eclipse.cdt.meson-feature/feature.xml
index 5a9c3269387..329e7b80d84 100644
--- a/build/org.eclipse.cdt.meson-feature/feature.xml
+++ b/build/org.eclipse.cdt.meson-feature/feature.xml
@@ -1,9 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2018, 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.meson"
label="%featureName"
- version="9.10.0.qualifier"
+ version="10.7.0.qualifier"
provider-name="%providerName"
+ plugin="org.eclipse.cdt.meson.ui"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -46,12 +57,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.tools.templates.freemarker.java11"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
</feature>

Back to the top