mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00

Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
43 lines
1 KiB
XML
43 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.arduino"
|
|
label="%featureName"
|
|
version="8.7.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.qualifier"/>
|
|
<import feature="org.eclipse.remote.serial" version="1.0.0.qualifier"/>
|
|
<import feature="org.eclipse.remote" version="2.0.0.qualifier"/>
|
|
</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"/>
|
|
|
|
</feature>
|