Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Dykstal2006-09-07 01:51:42 +0000
committerDavid Dykstal2006-09-07 01:51:42 +0000
commit7d8d9716b7c0db62ac968caa9d07425958bc949a (patch)
tree9aac2979c66cc379a09c87d6036dcff44e60e20d /rse/tests/org.eclipse.rse.tests.framework/.classpath
parent24a95320d3d7cc129e393edf20ae8a497e375bf2 (diff)
downloadorg.eclipse.tm-7d8d9716b7c0db62ac968caa9d07425958bc949a.tar.gz
org.eclipse.tm-7d8d9716b7c0db62ac968caa9d07425958bc949a.tar.xz
org.eclipse.tm-7d8d9716b7c0db62ac968caa9d07425958bc949a.zip
bug 149080 initial population of test framework
Diffstat (limited to 'rse/tests/org.eclipse.rse.tests.framework/.classpath')
-rw-r--r--rse/tests/org.eclipse.rse.tests.framework/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/rse/tests/org.eclipse.rse.tests.framework/.classpath b/rse/tests/org.eclipse.rse.tests.framework/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/rse/tests/org.eclipse.rse.tests.framework/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top