Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/.classpath')
-rw-r--r--org.eclipse.ua.tests/.classpath15
1 files changed, 7 insertions, 8 deletions
diff --git a/org.eclipse.ua.tests/.classpath b/org.eclipse.ua.tests/.classpath
index 1a880ac90..01c312f45 100644
--- a/org.eclipse.ua.tests/.classpath
+++ b/org.eclipse.ua.tests/.classpath
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry path="base" kind="src"/>
- <classpathentry path="cheatsheet" kind="src"/>
- <classpathentry path="intro" kind="src"/>
- <classpathentry path="help" kind="src"/>
- <classpathentry path="forms" kind="src"/>
- <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
- <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/>
- <classpathentry path="bin" kind="output"/>
+ <classpathentry kind="src" path="base"/>
+ <classpathentry kind="src" path="cheatsheet"/>
+ <classpathentry kind="src" path="intro"/>
+ <classpathentry kind="src" path="help"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top