mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
fix source build
This commit is contained in:
parent
a98e80f97c
commit
5583382695
1 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.cdt.source"
|
||||
label="%featureName"
|
||||
version="5.0.0.qualifier"
|
||||
provider-name="Eclipse.org">
|
||||
|
||||
<description>
|
||||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/ganymede"/>
|
||||
</url>
|
||||
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.gnu.build.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.cdt.gnu.debug.source"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
Loading…
Add table
Reference in a new issue