mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +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">
|
||||
<category name="extra"/>
|
||||
</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>
|
||||
|
|
|
@ -45,10 +45,6 @@
|
|||
id="org.eclipse.cdt"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.autotools.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.sdk"
|
||||
download-size="0"
|
||||
|
|
Loading…
Add table
Reference in a new issue