Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-12 23:41:41 +0000
committermkersten2005-07-12 23:41:41 +0000
commit23c8cbf0c6d069ce144d0844eb6071420662b796 (patch)
tree5767983ebefbf27e4b6e6fe04cb55f5118c191cf /org.eclipse.mylyn.tasks.core/.classpath
parentbe3f7f6ab9e002af2321a0c1858251ba98df0441 (diff)
downloadorg.eclipse.mylyn.tasks-23c8cbf0c6d069ce144d0844eb6071420662b796.tar.gz
org.eclipse.mylyn.tasks-23c8cbf0c6d069ce144d0844eb6071420662b796.tar.xz
org.eclipse.mylyn.tasks-23c8cbf0c6d069ce144d0844eb6071420662b796.zip
Progress on Bugzilla Bug 103099
decouple tasks from mylar.ui
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/.classpath')
-rw-r--r--org.eclipse.mylyn.tasks.core/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/.classpath b/org.eclipse.mylyn.tasks.core/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.core/.classpath
@@ -0,0 +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"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top