Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-29 15:04:59 +0000
committerMichael Valenta2003-10-29 15:04:59 +0000
commit5548d27240161c099640278836d39ca16b2d88e2 (patch)
tree219a499f39105bb1cd2407e3e3643e6934763bc1 /bundles/org.eclipse.team.cvs.ui/.classpath
parent4cd0fa5d98f18a1da81e68996e1ee2543e54c01c (diff)
downloadeclipse.platform.team-5548d27240161c099640278836d39ca16b2d88e2.tar.gz
eclipse.platform.team-5548d27240161c099640278836d39ca16b2d88e2.tar.xz
eclipse.platform.team-5548d27240161c099640278836d39ca16b2d88e2.zip
Changing classpath to use PDE classpath container
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/.classpath')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/.classpath16
1 files changed, 4 insertions, 12 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/.classpath b/bundles/org.eclipse.team.cvs.ui/.classpath
index 1049098b9..065ac06e1 100644
--- a/bundles/org.eclipse.team.cvs.ui/.classpath
+++ b/bundles/org.eclipse.team.cvs.ui/.classpath
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.core.resources"/>
- <classpathentry kind="src" path="/org.eclipse.ui"/>
- <classpathentry kind="src" path="/org.eclipse.team.core"/>
- <classpathentry kind="src" path="/org.eclipse.team.ui"/>
- <classpathentry kind="src" path="/org.eclipse.team.cvs.core"/>
- <classpathentry kind="src" path="/org.eclipse.compare"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="src" path="/org.eclipse.ui.console"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src"/>
+ <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