1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Bug 331213 - [scp] Provide UI-less scp IFileService in org.eclipse.rse.services.ssh - version updates

This commit is contained in:
Martin Oberhuber 2012-01-31 12:09:33 +00:00
parent 3850b5a12d
commit bae5fac23f
10 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2012 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -20,7 +20,7 @@ featureName=RSE SCP File Services (Incubation)
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.4 Updates
# "description" property - description of the feature
description=SCP file services for the Remote System Explorer (RSE). \
@ -28,7 +28,7 @@ Supports non-Windows systems. Includes Source.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009, 2011 Mentor Graphics Corporation and others.\n\
Copyright (c) 2009, 2012 Mentor Graphics Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <!--
Copyright (c) 2005, 2011 IBM Corporation and others.
Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@ -12,7 +12,7 @@
<feature
id="org.eclipse.rse.scp"
label="%featureName"
version="0.1.0.qualifier"
version="0.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.subsystems.files.scp"
image="eclipse_update_120.jpg">
@ -30,14 +30,14 @@
</license>
<url>
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.4"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.4"/>
</url>
<requires> <import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.rse.services" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.rse.services.ssh" version="3.0.0" match="compatible"/> <import plugin="org.eclipse.rse.connectorservice.ssh" version="2.0.0" match="compatible"/> <import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.rse.services.ssh" version="3.2.0" match="compatible"/> <import plugin="org.eclipse.rse.connectorservice.ssh" version="2.0.0" match="compatible"/> <import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.rse.ui" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/> </requires>

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.scp</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2012 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -26,7 +26,7 @@ featureName=RSE SCP Files Services Source (Incubation)
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.4 Updates
# "description" property - description of the feature
description=SCP file services for the Remote System Explorer (RSE). \
@ -34,7 +34,7 @@ Supports non-Windows systems.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2009, 2011 Mentor Graphics Corporation and others.\n\
Copyright (c) 2009, 2012 Mentor Graphics Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2012 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -26,5 +26,5 @@ blurb=RSE SCP File Services Source (Incubation)\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Mentor Graphics Corporation and others 2009, 2011. All rights reserved.\n\
(c) Copyright Mentor Graphics Corporation and others 2009, 2012. All rights reserved.\n\
Visit http://www.eclipse.org/tm

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.ssh;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Version: 3.2.0.qualifier
Bundle-Activator: org.eclipse.rse.internal.services.ssh.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -25,5 +25,5 @@ blurb=RSE SSH Services\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Wind River Systems, Inc. and others 2006, 2011. All rights reserved.\n\
(c) Copyright Wind River Systems, Inc. and others 2006, 2012. All rights reserved.\n\
Visit http://www.eclipse.org/tm

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.services.ssh</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.scp;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Version: 0.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.services.ssh;bundle-version="[3.1.0,4.0.0)",
org.eclipse.rse.services.ssh;bundle-version="[3.2.0,4.0.0)",
org.eclipse.rse.connectorservice.ssh;bundle-version="[2.0.0,2.2.0)",
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.subsystems.files.scp</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>