mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Make the autotools source feature optional.
This commit is contained in:
parent
5161077c11
commit
be62c0b4e5
2 changed files with 3 additions and 4 deletions
|
@ -59,4 +59,7 @@
|
||||||
<feature url="features/org.eclipse.cdt.autotools_0.0.0.qualifier.jar" id="org.eclipse.cdt.autotools" version="0.0.0">
|
<feature url="features/org.eclipse.cdt.autotools_0.0.0.qualifier.jar" id="org.eclipse.cdt.autotools" version="0.0.0">
|
||||||
<category name="extra"/>
|
<category name="extra"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature url="features/org.eclipse.cdt.autotools.source_0.0.0.qualifier.jar" id="org.eclipse.cdt.autotools.source" version="0.0.0">
|
||||||
|
<category name="extra"/>
|
||||||
|
</feature>
|
||||||
</site>
|
</site>
|
||||||
|
|
|
@ -45,10 +45,6 @@
|
||||||
id="org.eclipse.cdt"
|
id="org.eclipse.cdt"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
<includes
|
|
||||||
id="org.eclipse.cdt.autotools.source"
|
|
||||||
version="0.0.0"/>
|
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.sdk"
|
id="org.eclipse.cdt.sdk"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue