Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-12 17:39:39 +0000
committerMike Rennie2013-08-12 17:40:15 +0000
commit7076decdceeadf55f1dc9aa6a3bb65ecf5b64f83 (patch)
tree84b0fe33f090bb92f48dd05f91ecddca48f29bce /org.eclipse.debug.examples.memory/.classpath
parent67cbbcd605b80ae26e36621af6643bf983f3de76 (diff)
downloadeclipse.platform.debug-7076decdceeadf55f1dc9aa6a3bb65ecf5b64f83.tar.gz
eclipse.platform.debug-7076decdceeadf55f1dc9aa6a3bb65ecf5b64f83.tar.xz
eclipse.platform.debug-7076decdceeadf55f1dc9aa6a3bb65ecf5b64f83.zip
Bug 414212 - Add memory examples
Diffstat (limited to 'org.eclipse.debug.examples.memory/.classpath')
-rw-r--r--org.eclipse.debug.examples.memory/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.memory/.classpath b/org.eclipse.debug.examples.memory/.classpath
new file mode 100644
index 000000000..342ed2c14
--- /dev/null
+++ b/org.eclipse.debug.examples.memory/.classpath
@@ -0,0 +1,8 @@
+<?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 exported="true" kind="lib" path="bin" sourcepath="bin"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top