Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Pollock2005-06-06 15:37:22 +0000
committerDouglas Pollock2005-06-06 15:37:22 +0000
commit0923beb76fbb68a9e3d43f212d836eabc2952164 (patch)
tree742016e1ed1cf22611bb4b11bb13862ba89d553b /bundles/org.eclipse.ui.views
parentb903f1cd5fb8a99aa17c87ce80715d9dd27e7d08 (diff)
downloadeclipse.platform.ui-0923beb76fbb68a9e3d43f212d836eabc2952164.tar.gz
eclipse.platform.ui-0923beb76fbb68a9e3d43f212d836eabc2952164.tar.xz
eclipse.platform.ui-0923beb76fbb68a9e3d43f212d836eabc2952164.zip
Removes unnecessary exclude line.
Diffstat (limited to 'bundles/org.eclipse.ui.views')
-rw-r--r--bundles/org.eclipse.ui.views/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.views/.classpath b/bundles/org.eclipse.ui.views/.classpath
index 410dd2edd63..065ac06e197 100644
--- a/bundles/org.eclipse.ui.views/.classpath
+++ b/bundles/org.eclipse.ui.views/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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