Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-02-27 13:54:51 +0000
committerMichael Valenta2007-02-27 13:54:51 +0000
commitf68ce2af1eaa43ab2066f50458259c6424b5ef5f (patch)
tree53a0d1ccfa29dc654dc5eeba3637b64f9ae0c9df /tests/org.eclipse.jsch.tests/.classpath
parentb9b54c820303c17a3961d2891a51533cf14c4a4b (diff)
downloadeclipse.platform.team-f68ce2af1eaa43ab2066f50458259c6424b5ef5f.tar.gz
eclipse.platform.team-f68ce2af1eaa43ab2066f50458259c6424b5ef5f.tar.xz
eclipse.platform.team-f68ce2af1eaa43ab2066f50458259c6424b5ef5f.zip
*** empty log message ***I20070227
Diffstat (limited to 'tests/org.eclipse.jsch.tests/.classpath')
-rw-r--r--tests/org.eclipse.jsch.tests/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.jsch.tests/.classpath b/tests/org.eclipse.jsch.tests/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/tests/org.eclipse.jsch.tests/.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