Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-05 02:31:45 +0000
committerslewis2009-05-05 02:31:45 +0000
commita1f4ae18c32e4b29d75dd601a7201cb1d114f00a (patch)
treea81cc5d3f03c949f0ea961bd0324ea279ccb05f7 /examples
parent1f788ab713dace730b80c7cfd727768dc4454cbb (diff)
downloadorg.eclipse.ecf-a1f4ae18c32e4b29d75dd601a7201cb1d114f00a.tar.gz
org.eclipse.ecf-a1f4ae18c32e4b29d75dd601a7201cb1d114f00a.tar.xz
org.eclipse.ecf-a1f4ae18c32e4b29d75dd601a7201cb1d114f00a.zip
Fix for classpath non-sync
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath
index 7cdeb7319..6f3b481ac 100755
--- a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.classpath
+++ b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/.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