From b8b795c2fb6002dc95b6037069a603fbd339a697 Mon Sep 17 00:00:00 2001 From: Leo Treggiari Date: Fri, 11 Nov 2005 19:18:21 +0000 Subject: Patch for bugzilla 80075 --- .../cdt/managedbuilder/internal/core/PluginResources.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties') diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties index 7f239dbe270..bb16433372e 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties @@ -49,6 +49,9 @@ ManagedBuildManager.error.manifest.option.filter=Option {0} uses an unsupported ManagedBuildManager.error.manifest.option.valuehandler=Could not load value handler {0} in option {1}. ManagedBuildManager.error.open_failed_title=Managed Make Project File Error ManagedBuildManager.error.open_failed=The Managed Make project file could not be read because of the following error:\n\n{0}\n\nManaged Make functionality will not be available for this project. +ManagedBuildManager.error.write_failed_title=Managed Make Project File Write Error +ManagedBuildManager.error.write_failed=The Managed Make project file could not be written because of the following error:\n\n{0}\n +ManagedBuildManager.error.read_only=File {0} is read-only. ManagedBuildManager.error.project.version.error=The version number of the project {0} is greater than the Managed Build System version number. ManagedBuildManager.error.id.nomatch=Error loading Managed Make project information for project {0}. The tool definitions used to create the project are not available. ManagedBuildManager.error.project.file.missing=The Managed Make project file for project {0} is missing. -- cgit v1.2.3