Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2009-08-11 15:34:33 +0000
committerAndrew Overholt2009-08-11 15:34:33 +0000
commitd7ff177e92e641590c38bfb48579158b8a52a5ae (patch)
tree5a3f567b8d9beba635d1b39c71d112814fe9ba2b /systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.classpath
parent5500323611c3d73e6a0795f9e23443b1cb1164a4 (diff)
downloadorg.eclipse.linuxtools-d7ff177e92e641590c38bfb48579158b8a52a5ae.tar.gz
org.eclipse.linuxtools-d7ff177e92e641590c38bfb48579158b8a52a5ae.tar.xz
org.eclipse.linuxtools-d7ff177e92e641590c38bfb48579158b8a52a5ae.zip
Branch for 0.3
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.classpath')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/.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