Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Garms2006-01-17 21:07:28 +0000
committerJesse Garms2006-01-17 21:07:28 +0000
commit758a832c9a76c387b893cd25bef156045511f15e (patch)
treeced7ec1f3c3e5209d0f24f6c3f61628b9b1540d8 /org.eclipse.jdt.apt.tests/.classpath
parent29dd4ee1c23ae9547e9fc46bd6133a358f3234da (diff)
downloadeclipse.jdt.core-758a832c9a76c387b893cd25bef156045511f15e.tar.gz
eclipse.jdt.core-758a832c9a76c387b893cd25bef156045511f15e.tar.xz
eclipse.jdt.core-758a832c9a76c387b893cd25bef156045511f15e.zip
Switch to using mirrorapi.jar, removing dependency on tools.jar.v20060117-2200
Also fix versions and JDK library for 3.2 work.
Diffstat (limited to 'org.eclipse.jdt.apt.tests/.classpath')
-rw-r--r--org.eclipse.jdt.apt.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.tests/.classpath b/org.eclipse.jdt.apt.tests/.classpath
index a0c1a7dba2..a77d8da648 100644
--- a/org.eclipse.jdt.apt.tests/.classpath
+++ b/org.eclipse.jdt.apt.tests/.classpath
@@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry output="binext" kind="src" path="srcext"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JRE 1.5.0"/>
+ <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top