mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
42 lines
1 KiB
XML
42 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.core.parser.upc.feature"
|
|
label="%featureName"
|
|
version="5.1.0.qualifier"
|
|
provider-name="%providerName">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/galileo"/>
|
|
</url>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.core.lrparser.feature"
|
|
version="0.0.0"/>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.cdt.core"/>
|
|
<import plugin="net.sourceforge.lpg.lpgjavaruntime" version="1.1.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.cdt.core.lrparser"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.core.parser.upc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|