1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
cdt/toolchains/arduino/org.eclipse.cdt.arduino-feature/feature.xml
Marco Stornelli c2f51a8d23 [releng] Bump CDT version to 9.12.0
org.eclipse.cdt.debug.gdbjtag is bumped because of Bug 561343

Change-Id: I6dac283b7e9093662f57ac5c804021c4201ad6f1
2020-03-22 14:05:17 -04:00

67 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015-2020 QNX Software Systems and others
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.
SPDX-License-Identifier: EPL-2.0
Contributors:
QNX Software Systems - initial API and implementation
Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
-->
<feature
id="org.eclipse.cdt.arduino"
label="%featureName"
version="9.12.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.arduino.ui"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.launchbar" version="1.0.0"/>
<import feature="org.eclipse.remote.serial" version="1.0.0"/>
<import feature="org.eclipse.remote" version="2.0.0"/>
<import feature="org.eclipse.remote.console" version="2.0.0"/>
<import feature="org.eclipse.cdt" version="9.12.0"/>
<import feature="org.eclipse.launchbar.remote" version="1.0.0"/>
</requires>
<plugin
id="org.eclipse.cdt.arduino.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.arduino.ui"
download-size="0"
install-size="0"
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>