Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-08-06 03:03:47 +0000
committerspingel2008-08-06 03:03:47 +0000
commit7c54b2d62db049267fdd5bc4d2dc0f59bc718dbe (patch)
treef74a03a20ecddc4ba50fe92ae1d25d1c600084e4 /org.eclipse.mylyn.help.ui
parentf24295894ab5598357bc42000f6ebabe988ac12e (diff)
downloadorg.eclipse.mylyn.tasks-7c54b2d62db049267fdd5bc4d2dc0f59bc718dbe.tar.gz
org.eclipse.mylyn.tasks-7c54b2d62db049267fdd5bc4d2dc0f59bc718dbe.tar.xz
org.eclipse.mylyn.tasks-7c54b2d62db049267fdd5bc4d2dc0f59bc718dbe.zip
ASSIGNED - bug 242979: generate Eclipse help from wiki user guide
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242979
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/.classpath5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/.classpath b/org.eclipse.mylyn.help.ui/.classpath
index 094104736..64c5e31b7 100644
--- a/org.eclipse.mylyn.help.ui/.classpath
+++ b/org.eclipse.mylyn.help.ui/.classpath
@@ -1,8 +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.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
- </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top