Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLazar Kirchev2011-10-19 07:58:59 +0000
committerLazar Kirchev2011-10-19 07:58:59 +0000
commit61b96b6e8095d80eab1707f38d6f4be9ec8d5023 (patch)
tree82263ef56d2c486afb97dc5b3af89ae4c8f94d48 /bundles/org.eclipse.equinox.console.ssh/.project
parent98303bb1e9a65c56740a6e59da463c2c832a0c45 (diff)
downloadrt.equinox.bundles-61b96b6e8095d80eab1707f38d6f4be9ec8d5023.tar.gz
rt.equinox.bundles-61b96b6e8095d80eab1707f38d6f4be9ec8d5023.tar.xz
rt.equinox.bundles-61b96b6e8095d80eab1707f38d6f4be9ec8d5023.zip
Decouple SSH functionality in separate bundle and fix tests accordingly.
Diffstat (limited to 'bundles/org.eclipse.equinox.console.ssh/.project')
-rwxr-xr-xbundles/org.eclipse.equinox.console.ssh/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.console.ssh/.project b/bundles/org.eclipse.equinox.console.ssh/.project
new file mode 100755
index 000000000..a3f47b548
--- /dev/null
+++ b/bundles/org.eclipse.equinox.console.ssh/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.console.ssh</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