Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-07 19:30:35 +0000
committerpfullbright2011-02-07 19:30:35 +0000
commitf6cd300334b9ae4ed0e4bb06a0f93127c3da8e01 (patch)
tree3aa33ff35368883ee516b32aed03957f23df83ec /common/tests
parent09e4a9e5941f2a7bc976501f782fd57629644227 (diff)
downloadwebtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.tar.gz
webtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.tar.xz
webtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.zip
moved source folders up to first classpath entry
Diffstat (limited to 'common/tests')
-rw-r--r--common/tests/org.eclipse.jpt.common.ui.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tests/org.eclipse.jpt.common.ui.tests/.classpath b/common/tests/org.eclipse.jpt.common.ui.tests/.classpath
index dfdcc5f10e..c243c63ab3 100644
--- a/common/tests/org.eclipse.jpt.common.ui.tests/.classpath
+++ b/common/tests/org.eclipse.jpt.common.ui.tests/.classpath
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
@@ -7,6 +8,5 @@
<accessrule kind="accessible" pattern="org/eclipse/jpt/utility/**"/>
</accessrules>
</classpathentry>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top