diff options
author | Stephan Herrmann | 2010-04-01 23:14:43 +0000 |
---|---|---|
committer | Stephan Herrmann | 2010-04-01 23:14:43 +0000 |
commit | 0c152ef43e54ba1f27b4e54097615d0e774541fb (patch) | |
tree | 2fbe5fa3977779b759cde9f3a85c6cb0f1316ead /testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath | |
parent | 02518472f92be6ea86eb5a7cf108c7d9ff95d23d (diff) | |
download | org.eclipse.objectteams-0c152ef43e54ba1f27b4e54097615d0e774541fb.tar.gz org.eclipse.objectteams-0c152ef43e54ba1f27b4e54097615d0e774541fb.tar.xz org.eclipse.objectteams-0c152ef43e54ba1f27b4e54097615d0e774541fb.zip |
initial commit in accordance with CQ 3784
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath')
-rw-r--r-- | testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath b/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath new file mode 100644 index 000000000..da1d7bcd5 --- /dev/null +++ b/testplugins/org.eclipse.objectteams.otdt.debug.tests/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="/home/stephan/workspaces/otdt-helios/org.objectteams.runtime/otj/lib/jmangler/use/BCEL.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |