Skip to main content
summaryrefslogtreecommitdiffstats
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/.project
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/.project')
-rw-r--r--tests/org.eclipse.jsch.tests/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/org.eclipse.jsch.tests/.project b/tests/org.eclipse.jsch.tests/.project
new file mode 100644
index 000000000..092ec4961
--- /dev/null
+++ b/tests/org.eclipse.jsch.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jsch.tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top