mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
28 lines
1.1 KiB
Properties
28 lines
1.1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2003, 2005 IBM Corporation and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Common Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
###############################################################################
|
|
pluginName=C/C++ Managed Builder UI
|
|
providerName=Eclipse.org
|
|
|
|
# The Wizards
|
|
MngCWizard.name=Managed Make C Project
|
|
MngCWizard.description=Create a new C project and let Eclipse create and manage the makefile
|
|
MngCCWizard.name=Managed Make C++ Project
|
|
MngCCWizard.description=Create a new C++ project and let Eclipse create and manage the makefile
|
|
|
|
#The property pages
|
|
MngBuildProp.name=C/C++ Build
|
|
MngOtherProp.name= Error/Binary Parsers
|
|
|
|
#The preference pages
|
|
MngBuildPref.name=Managed Build
|
|
|
|
#The Resource Property page
|
|
MngResourceProp.name=C/C++ Build
|