Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Treggiari2005-01-27 21:08:20 +0000
committerLeo Treggiari2005-01-27 21:08:20 +0000
commita150df64fd3e51f1175a0618319df88a5d9d6824 (patch)
treed7d9067699e8349d1b0fca8a7f62647aa8490467
parent7fa27e9fd716751eaac55e11da920657642800cd (diff)
downloadorg.eclipse.cdt-a150df64fd3e51f1175a0618319df88a5d9d6824.tar.gz
org.eclipse.cdt-a150df64fd3e51f1175a0618319df88a5d9d6824.tar.xz
org.eclipse.cdt-a150df64fd3e51f1175a0618319df88a5d9d6824.zip
Add 2 tips for resource configuration page
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties
index 02a191c5fbb..d5c2d5b5f22 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties
+++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties
@@ -1,5 +1,5 @@
#########################################
-# (c) Copyright IBM Corp. 2000, 2001.
+# (c) Copyright IBM Corp. 2000, 2005.
# All Rights Reserved.
#########################################
@@ -88,6 +88,8 @@ ResourceBuildPropertyPage.label.ToolTree=Tools
ResourceBuildPropertyPage.label.ToolOptions=Options
ResourceBuildPropertyPage.label.NotMBSFile=The project is closed or the file is not contained within a Managed Make project.
ResourceBuildPropertyPage.error.version_low=The Managed Make project settings for this project are not available.
+ResourceBuildPropertyPage.tip.excludecheck=Exclude the file from building in the selected configuration
+ResourceBuildPropertyPage.tip.config=Select the configuration to edit
# ----------- Entry Dialog -----------
BrowseEntryDialog.error.Folder_name_invalid = Folder name invalid

Back to the top