Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-12-14 23:21:33 +0000
committerslewis2007-12-14 23:21:33 +0000
commit9b6986518fcf28c3f1e68505db5fe9ffbb5d10c8 (patch)
treedd9d76da5069f16e7d8fc978b947cd0491efa0b1
parent44b9f892d7ca8554fada59e7822a1154759e3468 (diff)
downloadorg.eclipse.ecf-9b6986518fcf28c3f1e68505db5fe9ffbb5d10c8.tar.gz
org.eclipse.ecf-9b6986518fcf28c3f1e68505db5fe9ffbb5d10c8.tar.xz
org.eclipse.ecf-9b6986518fcf28c3f1e68505db5fe9ffbb5d10c8.zip
Added org.eclipse.ecf.provider.filetransfer.scp to core feature and to map file. Also added jcraft Orbit to buildv20071214-1522
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index f729cac4f..58c79aff6 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -353,4 +353,11 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.ecf.provider.filetransfer.scp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top