Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-12 17:47:35 +0000
committerMike Rennie2013-08-12 17:47:35 +0000
commit0b43daea969cfa3ec086cfdb193e1118e7f5d491 (patch)
treecafe21379a448f422802f5df1938e6d2e989dc3d /org.eclipse.debug.examples.mixedmode/.classpath
parenta33dbcd71101ea6cab467451e316a14bc84a93fc (diff)
downloadeclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.tar.gz
eclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.tar.xz
eclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.zip
Bug 414212 - Add mixed mode launching examples
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode/.classpath')
-rwxr-xr-xorg.eclipse.debug.examples.mixedmode/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.mixedmode/.classpath b/org.eclipse.debug.examples.mixedmode/.classpath
new file mode 100755
index 000000000..ad32c83a7
--- /dev/null
+++ b/org.eclipse.debug.examples.mixedmode/.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