Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-08-23 15:51:34 +0000
committermkersten2006-08-23 15:51:34 +0000
commit5a8c77970f4f0ca1edc2de2269f5a6d86e31690f (patch)
tree3ecf30c90600192be0a00b11f4103d9f9fd930c2 /org.eclipse.mylyn.trac.core/.classpath
parent96f3d1947866c22353ae4e699d5b43ae3c04e4f9 (diff)
downloadorg.eclipse.mylyn.tasks-5a8c77970f4f0ca1edc2de2269f5a6d86e31690f.tar.gz
org.eclipse.mylyn.tasks-5a8c77970f4f0ca1edc2de2269f5a6d86e31690f.tar.xz
org.eclipse.mylyn.tasks-5a8c77970f4f0ca1edc2de2269f5a6d86e31690f.zip
Progress on: 154876: extract trac.core plug-in from trac.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154876
Diffstat (limited to 'org.eclipse.mylyn.trac.core/.classpath')
-rw-r--r--org.eclipse.mylyn.trac.core/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.core/.classpath b/org.eclipse.mylyn.trac.core/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/org.eclipse.mylyn.trac.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