Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-05 02:32:05 +0000
committerslewis2009-05-05 02:32:05 +0000
commit74834e9b7fbafb75a3e012510f4df112c4ff9228 (patch)
treeda45b68947d8f8899cc39f816a8f694934bef700 /tests/bundles/org.eclipse.ecf.tests.provider.jslp
parent7572638ae55663b41ac3961fecc35cd17025eb08 (diff)
downloadorg.eclipse.ecf-74834e9b7fbafb75a3e012510f4df112c4ff9228.tar.gz
org.eclipse.ecf-74834e9b7fbafb75a3e012510f4df112c4ff9228.tar.xz
org.eclipse.ecf-74834e9b7fbafb75a3e012510f4df112c4ff9228.zip
Fix for classpath non-sync
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.provider.jslp')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.provider.jslp/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.provider.jslp/.classpath b/tests/bundles/org.eclipse.ecf.tests.provider.jslp/.classpath
index 7cdeb7319..6f3b481ac 100755
--- a/tests/bundles/org.eclipse.ecf.tests.provider.jslp/.classpath
+++ b/tests/bundles/org.eclipse.ecf.tests.provider.jslp/.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.1%Foundation-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top