Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.cdt.native-feature/feature.xml')
-rw-r--r--releng/org.eclipse.cdt.native-feature/feature.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.native-feature/feature.xml b/releng/org.eclipse.cdt.native-feature/feature.xml
index cb1cd2d50f7..ce74124a71d 100644
--- a/releng/org.eclipse.cdt.native-feature/feature.xml
+++ b/releng/org.eclipse.cdt.native-feature/feature.xml
@@ -1,9 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2014, 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.native"
label="%featureName"
- version="9.10.0.qualifier"
+ version="10.7.0.qualifier"
provider-name="%providerName"
+ plugin="org.eclipse.cdt.core.native"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -56,6 +67,16 @@
unpack="false"/>
<plugin
+ id="org.eclipse.cdt.core.linux.aarch64"
+ os="linux"
+ arch="aarch64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.cdt.core.macosx"
os="macosx"
download-size="0"

Back to the top