Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-04-07 00:32:13 +0000
committerAlain Magloire2004-04-07 00:32:13 +0000
commitf6a9f8da2286a132cd225d6f3730527bb8c26db5 (patch)
treec85a367102e923665ee684169c3e35e801dd17a1 /core/org.eclipse.cdt.core/.classpath
parentb937c683b48e131371504840782b630c1054de77 (diff)
downloadorg.eclipse.cdt-f6a9f8da2286a132cd225d6f3730527bb8c26db5.tar.gz
org.eclipse.cdt-f6a9f8da2286a132cd225d6f3730527bb8c26db5.tar.xz
org.eclipse.cdt-f6a9f8da2286a132cd225d6f3730527bb8c26db5.zip
New patch from Chris Wiebe to boost the performance
of the TypeInfo, a separation is done via the Core and UI to provide more flexibility for clients using this service.
Diffstat (limited to 'core/org.eclipse.cdt.core/.classpath')
-rw-r--r--core/org.eclipse.cdt.core/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath
index 5234ce90362..9d6202a599d 100644
--- a/core/org.eclipse.cdt.core/.classpath
+++ b/core/org.eclipse.cdt.core/.classpath
@@ -7,6 +7,7 @@
<classpathentry kind="src" path="search"/>
<classpathentry kind="src" path="dependency"/>
<classpathentry kind="src" path="parser"/>
+ <classpathentry kind="src" path="browser"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>

Back to the top