Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-12-21 17:44:46 +0000
committerDani Megert2004-12-21 17:44:46 +0000
commit112b42d45ff1ad2fcb898734277bffb4387d693f (patch)
tree6006549524d363edde858783cdd65864d7f367b3 /org.eclipse.text/.classpath
parentf1df5eb1a0ded3031a46ac7e3bcd3ac49fc1f547 (diff)
downloadeclipse.platform.text-112b42d45ff1ad2fcb898734277bffb4387d693f.tar.gz
eclipse.platform.text-112b42d45ff1ad2fcb898734277bffb4387d693f.tar.xz
eclipse.platform.text-112b42d45ff1ad2fcb898734277bffb4387d693f.zip
Enabling reporting of references to internal types from other plug-ins
Diffstat (limited to 'org.eclipse.text/.classpath')
-rw-r--r--org.eclipse.text/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/.classpath b/org.eclipse.text/.classpath
index f2a7ad8ee11..921a9224976 100644
--- a/org.eclipse.text/.classpath
+++ b/org.eclipse.text/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="projection"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top