Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-04-23 15:47:55 +0000
committerKai Maetzel2004-04-23 15:47:55 +0000
commit6a75b3294b4c4bb31bc02251b30a4a61d287adae (patch)
tree49fdd80ee511dca28b616e9e261089e5860c5f75 /org.eclipse.ui.editors.tests/.classpath
parent476d43b82b0437c49f1e87cd8af72009d35569dd (diff)
downloadeclipse.platform.text-6a75b3294b4c4bb31bc02251b30a4a61d287adae.tar.gz
eclipse.platform.text-6a75b3294b4c4bb31bc02251b30a4a61d287adae.tar.xz
eclipse.platform.text-6a75b3294b4c4bb31bc02251b30a4a61d287adae.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.editors.tests/.classpath')
-rw-r--r--org.eclipse.ui.editors.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors.tests/.classpath b/org.eclipse.ui.editors.tests/.classpath
index 751c8f2e504..065ac06e197 100644
--- a/org.eclipse.ui.editors.tests/.classpath
+++ b/org.eclipse.ui.editors.tests/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<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