1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00

fix source build

This commit is contained in:
Vivian Kong 2008-04-28 14:25:29 +00:00
parent bc10dd89d8
commit b55658f76a
3 changed files with 10 additions and 29 deletions

View file

@ -1,19 +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
###############################################################################
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
feature.properties,\
license.html,\
epl-v10.html
#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

View file

@ -15,5 +15,5 @@ bin.includes = feature.xml,\
epl-v10.html
generate.feature@org.eclipse.cdt.platform.source=org.eclipse.cdt.platform
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
generate.plugin@org.eclipse.cdt.gnu.build.source=org.eclipse.cdt.gnu.build
generate.plugin@org.eclipse.cdt.gnu.debug.source=org.eclipse.cdt.gnu.debug

View file

@ -25,14 +25,6 @@
id="org.eclipse.cdt.platform.source"
version="0.0.0"/>
<includes
id="org.eclipse.cdt.gnu.build.source"
version="0.0.0"/>
<includes
id="org.eclipse.cdt.gnu.debug.source"
version="0.0.0"/>
<requires>
<import plugin="org.eclipse.help" version="3.2.0" match="compatible"/>
<import feature="org.eclipse.cdt" version="5.0.0" match="compatible"/>
@ -51,5 +43,13 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.gnu.build.source"
version="0.0.0"/>
<plugin
id="org.eclipse.cdt.gnu.debug.source"
version="0.0.0"/>
</feature>