mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix source build
This commit is contained in:
parent
5583382695
commit
004d070b6e
2 changed files with 45 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
###############################################################################
|
||||
# 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
|
|
@ -0,0 +1,32 @@
|
|||
<?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