Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-04-19 15:51:31 +0000
committerDavid Inglis2004-04-19 15:51:31 +0000
commit6f06f8815520d75614ffb1a1f19774f3845f375a (patch)
tree30677bec64c11c9bfd0e17691ba2a52eb3f333b2 /core/org.eclipse.cdt.core/plugin.properties
parent010da4dcb9f718c4975045efc6c2637e13ac9c79 (diff)
downloadorg.eclipse.cdt-6f06f8815520d75614ffb1a1f19774f3845f375a.tar.gz
org.eclipse.cdt-6f06f8815520d75614ffb1a1f19774f3845f375a.tar.xz
org.eclipse.cdt-6f06f8815520d75614ffb1a1f19774f3845f375a.zip
fixed dead lock
missing extension point fix CCorePlugin.log
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 8f49c510116..30a20dd8391 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -25,3 +25,5 @@ CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser
CDTGNULinkerErrorParser.name=CDT GNU Linker Error Parser
CDTGNUMakeErrorParser.name=CDT GNU Make Error Parser
CDTVisualCErrorParser.name=CDT Visual C Error Parser
+
+PathEntryContainerInitializer=Path Entry Container Initializer \ No newline at end of file

Back to the top