mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00

People that would have migrated did it in the last 4 years it is no longer even known whether this is of any use anymore so better to drop it now that there is major release on the horizon. Change-Id: Ic68606582b426be10125fe6a6de345358fc57755 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
36 lines
777 B
XML
36 lines
777 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.autotools.source"
|
|
label="%featureName"
|
|
version="8.8.0.qualifier"
|
|
provider-name="%provider"
|
|
license-feature="org.eclipse.license"
|
|
license-feature-version="0.0.0">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.autotools.core.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.autotools.ui.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|