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
804fd69a24
commit
a98e80f97c
3 changed files with 16 additions and 2 deletions
|
@ -30,7 +30,6 @@ feature@org.eclipse.cdt.platform=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cv
|
|||
feature@org.eclipse.cdt.gnu.build=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gnu.build-feature
|
||||
feature@org.eclipse.cdt.gnu.debug=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.gnu.debug-feature
|
||||
feature@org.eclipse.cdt=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt-feature
|
||||
feature@org.eclipse.cdt-feature=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt-feature
|
||||
|
||||
! Platform specific
|
||||
fragment@org.eclipse.cdt.core.aix=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.aix
|
||||
|
|
|
@ -13,4 +13,6 @@ bin.includes = feature.xml,\
|
|||
feature.properties,\
|
||||
license.html,\
|
||||
epl-v10.html
|
||||
generate.feature@org.eclipse.cdt.source=org.eclipse.cdt-feature
|
||||
generate.feature@org.eclipse.cdt.source=org.eclipse.cdt.platform,\
|
||||
feature@org.eclipse.cdt.gnu.build.source,\
|
||||
feature@org.eclipse.cdt.gnu.debug.source
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue