mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
fix source build
This commit is contained in:
parent
38e0da9814
commit
73c405bc38
3 changed files with 0 additions and 80 deletions
|
@ -1,34 +0,0 @@
|
||||||
<?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"/>
|
|
||||||
|
|
||||||
<plugin id="org.eclipse.cdt.source" version="5.0.0.qualifier" />
|
|
||||||
|
|
||||||
</feature>
|
|
|
@ -1,13 +0,0 @@
|
||||||
###############################################################################
|
|
||||||
# Copyright (c) 2008 IBM Corporation and others.
|
|
||||||
# All rights reserved. This program and the accompanying materials
|
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
|
||||||
# which accompanies this distribution, and is available at
|
|
||||||
# http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
#
|
|
||||||
# Contributors:
|
|
||||||
# IBM Corporation - initial API and implementation
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
generate.feature@org.eclipse.cdt.gnu.build.source = org.eclipse.cdt.gnu.build
|
|
||||||
generate.feature@org.eclipse.cdt.gnu.debug.source = org.eclipse.cdt.gnu.debug
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?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