Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 07:08:12 +0000
committerslewis2007-10-16 07:08:12 +0000
commitbb0b63b65321e17695241598e53a551bf65c5e2e (patch)
tree432b3b0f0f951c5e457e46468f8d926743a018a3 /incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath
parentfab2d920ebce8851480c4db496add03e85b01975 (diff)
downloadorg.eclipse.ecf-bb0b63b65321e17695241598e53a551bf65c5e2e.tar.gz
org.eclipse.ecf-bb0b63b65321e17695241598e53a551bf65c5e2e.tar.xz
org.eclipse.ecf-bb0b63b65321e17695241598e53a551bf65c5e2e.zip
Fix for jdt.core.prefs and .classpath
Diffstat (limited to 'incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath b/incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath
index 270eb0379..95f8a9359 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top