Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2003-01-28 08:28:27 +0000
committerKai Maetzel2003-01-28 08:28:27 +0000
commitad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c (patch)
treeb0c13686c2502fd86a2546fe17e3e810e437e8db /org.eclipse.jface.text/.classpath
parent72b8a1e555c7c0501aac36f657898fe270b1f59c (diff)
downloadeclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.tar.gz
eclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.tar.xz
eclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.zip
Added PDE nature and switch from JRE lib to JRE container.
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 ce02093f61f..4a12f97e858 100644
--- a/org.eclipse.jface.text/.classpath
+++ b/org.eclipse.jface.text/.classpath
@@ -7,6 +7,6 @@
<classpathentry kind="src" path="/org.eclipse.jface"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top