Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-04-27 06:39:14 +0000
committerustieber2011-04-27 06:39:14 +0000
commit2870751f2f0226fe1168988ffde72879b3a2d25b (patch)
tree67082a95ba5b97c69b52a4ac8970ff8ff052412f /target_explorer/plugins/org.eclipse.tm.te.core/.classpath
parent008598c053a2dae230987eccab80ad86e1e41331 (diff)
downloadorg.eclipse.tcf-2870751f2f0226fe1168988ffde72879b3a2d25b.tar.gz
org.eclipse.tcf-2870751f2f0226fe1168988ffde72879b3a2d25b.tar.xz
org.eclipse.tcf-2870751f2f0226fe1168988ffde72879b3a2d25b.zip
Add initial Target Explorer contribution
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.core/.classpath')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.core/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.core/.classpath b/target_explorer/plugins/org.eclipse.tm.te.core/.classpath
new file mode 100644
index 000000000..2d1a4302f
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tm.te.core/.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