Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-09-07 17:43:34 +0000
committermkersten2006-09-07 17:43:34 +0000
commitfab7fc72649fc9b970b6c73ef98aa922e73286b4 (patch)
tree1d71e730a810b5a2efa0157d5f27453254f9f3e9 /org.eclipse.mylyn.help.ui/.classpath
parent1f93b919dadf3c44902357c614429feb9be8422e (diff)
downloadorg.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.tar.gz
org.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.tar.xz
org.eclipse.mylyn.tasks-fab7fc72649fc9b970b6c73ef98aa922e73286b4.zip
Progress on: 152820: create visual design legend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152820
Diffstat (limited to 'org.eclipse.mylyn.help.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.help.ui/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/.classpath b/org.eclipse.mylyn.help.ui/.classpath
index ddf0f401d..304e86186 100644
--- a/org.eclipse.mylyn.help.ui/.classpath
+++ b/org.eclipse.mylyn.help.ui/.classpath
@@ -1,6 +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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top