Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-05 02:31:49 +0000
committerslewis2009-05-05 02:31:49 +0000
commit39cdb047d279fcd1d3bf86b746dfbda33494ceec (patch)
tree3682ab1a018aaaee82d2404519b864fd3ad107ca /protocols
parentc93c61afee43217cee500a68a0df7ee415bdc29f (diff)
downloadorg.eclipse.ecf-39cdb047d279fcd1d3bf86b746dfbda33494ceec.tar.gz
org.eclipse.ecf-39cdb047d279fcd1d3bf86b746dfbda33494ceec.tar.xz
org.eclipse.ecf-39cdb047d279fcd1d3bf86b746dfbda33494ceec.zip
Fix for classpath non-sync
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.classpath b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.classpath
index ce7393340..2fbb7a23e 100644
--- a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.classpath
+++ b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/.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/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top