Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-05-12 21:58:38 +0000
committerDani Megert2005-05-12 21:58:38 +0000
commit402bb64c91fadf515d97cdc1f5af260f57b93d34 (patch)
treeaa0835feab7f8053f82f9c490f0a364fb1b472b6 /org.eclipse.jface.text/.classpath
parent468c6b3c4a7268765afb33ef33705abd8e6a616f (diff)
downloadeclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.tar.gz
eclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.tar.xz
eclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.zip
Now using PDE generated exclusion pattern
Diffstat (limited to 'org.eclipse.jface.text/.classpath')
-rw-r--r--org.eclipse.jface.text/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/.classpath b/org.eclipse.jface.text/.classpath
index 921a9224976..f2a7ad8ee11 100644
--- a/org.eclipse.jface.text/.classpath
+++ b/org.eclipse.jface.text/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="projection"/>
- <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry 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