Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.properties61
1 files changed, 0 insertions, 61 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties
deleted file mode 100644
index fff93826358..00000000000
--- a/build/org.eclipse.cdt.make.ui/plugin.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2004 QNX Software Systems 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:
-# QNX Software Systems - initial API and implementation
-###############################################################################
-
-pluginName=C/C++ Standard make Build UI
-providerName=Eclipse.org
-
-WizardNewCMakeProject.name=Standard Make C Project
-WizardNewCMakeProject.description=Create a new C Project which uses a simple makefile.
-
-WizardNewCCMakeProject.name=Standard Make C++ Project
-WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple makefile.
-
-WizardConvertMakeProject.name=Convert to a C/C++ Make Project
-WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
-
-ActionMakeCreateTarget.label=Create Make Target...
-ActionMakeBuildTarget.label=Build Make Target...
-
-ActionMakeUpdate.label=Update Old Make Project...
-ActionMakeUpdate.tooltip=Update Old Make Project
-
-CommandTargetBuild.name=Make Target Build
-CommandTargetBuild.description=Invoke a make target build for the selected container.
-CommandTargetCreate.name=Create Make Target
-CommandTargetCreate.description=Create a new make build target for the selected container.
-
-PreferenceMakeProject.name=New Make Projects
-PreferenceMakeTargets.name=Make Targets
-
-PropertyMakeProject.name= C/C++ Make Project
-
-ViewCatagoryMake.name=Make
-ViewMake.name=Make Targets
-
-ActionSetMake.label=Make Actions
-ActionSetUpdateMake.label=Update Make Projects
-
-
-category.source.name=Makefile Source
-category.source.description= Makefile Source Actions
-
-ActionDefinition.comment.name= Comment
-ActionDefinition.comment.description= Turn the selected lines into # style comments
-
-ActionDefinition.uncomment.name= Uncomment
-ActionDefinition.uncomment.description= Uncomment the selected # style comment lines
-
-MakefileEditor.name=Makefile Editor
-
-IncludeSymbolProperties.name=C/C++ Include Paths & Symbols
-ProjectPathProperties.name=C/C++ Project Paths
-
-DiscoveredScannerInfoContainer.name=Discovered scanner configuration container

Back to the top