Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-02-16 23:50:31 +0000
committerspingel2010-02-16 23:50:31 +0000
commit04bf644b7baa6f90dc9259bae309bec9a764226d (patch)
treed33c03c3def7dfb24ea8c125dfd070730b8732b9 /bundles/org.eclipse.equinox.p2.ui.discovery/.classpath
parent28e7440a4d694780df7ee7606a570a74a35ede7c (diff)
downloadrt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.tar.gz
rt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.tar.xz
rt.equinox.p2-04bf644b7baa6f90dc9259bae309bec9a764226d.zip
bug 295273 - [discovery] move Mylyn Connector Discovery UI into P2
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.discovery/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.discovery/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.discovery/.classpath b/bundles/org.eclipse.equinox.p2.ui.discovery/.classpath
new file mode 100644
index 000000000..64c5e31b7
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.ui.discovery/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top