Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-16 09:52:42 +0000
committerUwe Stieber2012-03-16 09:52:42 +0000
commite70b8354c2f91634c956cbc57838028ca19522d4 (patch)
tree104e11d66579a406ecdcaf1bbcd935d46d136923 /target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.classpath
parent366265dd5a6083ff9004ee7372b9430613d081ae (diff)
downloadorg.eclipse.tcf-e70b8354c2f91634c956cbc57838028ca19522d4.tar.gz
org.eclipse.tcf-e70b8354c2f91634c956cbc57838028ca19522d4.tar.xz
org.eclipse.tcf-e70b8354c2f91634c956cbc57838028ca19522d4.zip
Target Explorer / Launches: Move initialization of TCF Remote Application launch hiding to the Target Explorer.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.classpath')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.classpath b/target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.classpath
new file mode 100644
index 000000000..8a8f1668c
--- /dev/null
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.startup/.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/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top