Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2004-02-13 21:13:59 +0000
committerPhilipe Mulet2004-02-13 21:13:59 +0000
commit81e701cc3c5e885d4cb570396acbfc9c5a280795 (patch)
tree7819a4650a6d32d79fa678f127d7e9b6437ed9ad /org.eclipse.jdt.core.tests.compiler/.classpath
parent72307c3d05ef8cb972678da8dedb15b48d768f00 (diff)
downloadeclipse.jdt.core-81e701cc3c5e885d4cb570396acbfc9c5a280795.tar.gz
eclipse.jdt.core-81e701cc3c5e885d4cb570396acbfc9c5a280795.tar.xz
eclipse.jdt.core-81e701cc3c5e885d4cb570396acbfc9c5a280795.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/.classpath')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/.classpath13
1 files changed, 4 insertions, 9 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/.classpath b/org.eclipse.jdt.core.tests.compiler/.classpath
index bdf4ac5db7..065ac06e19 100644
--- a/org.eclipse.jdt.core.tests.compiler/.classpath
+++ b/org.eclipse.jdt.core.tests.compiler/.classpath
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="/org.junit"/>
- <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
- <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="src" path="/org.apache.ant"/>
- <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