1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

updating build and branding information for SSH plugins

This commit is contained in:
David Dykstal 2006-05-17 02:27:35 +00:00
parent 8cab6cee7b
commit 93b715f9bd
17 changed files with 101 additions and 18 deletions

View file

@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ssh Plug-in
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.connectorservice.ssh; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.connectorservice.ssh.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
@ -17,3 +17,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.services.ssh
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.connectorservice.ssh
Bundle-Vendor: Eclipse.org

View file

@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
.,\
plugin.properties,\
plugin.xml,\
icons/

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc.
# Copyright (c) 2006 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
@ -9,7 +9,7 @@
# Martin Oberhuber - initial API and implementation
################################################################################
plugin.name = Ssh Connector Service Plugin
plugin.name = RSE SSH Connector Service
SshSystemName=SSH Only
SshSystemDescription=Connection for SSH access to remote hosts

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.services.ssh;singleton:=true
Bundle-Version: 0.0.2
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.services.ssh.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin

View file

@ -0,0 +1,27 @@
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "windowImage" contains path to window icon (16x16)
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
featureImage=eclipse32.gif
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
# Property "appName" contains name of the application (not translated)
# needed for primary features only
# Property "welcomePage" contains path to welcome page (special XML-based format)
# optional
# Property "welcomePerspective" contains the id of the perspective in which the
# welcome page is to be opened.
# optional

View file

@ -0,0 +1,6 @@
# about.mappings
# contains fill-ins for about.properties
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@

View file

@ -0,0 +1,25 @@
###############################################################################
# Copyright (c) 2000, 2006 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# about.properties
# contains externalized strings for about.ini
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# fill-ins are supplied by about.mappings
# This file should be translated.
#
# Do not translate any values surrounded by {}
blurb=Remote System Explorer SSH Services\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm

View file

@ -1,10 +1,14 @@
bin.includes = .classpath,\
.project,\
about.html,\
build.properties,\
bin.includes = about.html,\
icons/,\
META-INF/,\
plugin.properties,\
plugin.xml,\
readme.txt,\
src/
about.ini,\
about.mappings,\
about.properties,\
eclipse32.gif
src.includes = readme.txt
jars.compile.order = .
source.. = src/
output.. = bin/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,12 @@
################################################################################
# Copyright (c) 2006 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Martin Oberhuber - initial API and implementation
################################################################################
plugin.name = RSE SSH Services

View file

@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ssh Plug-in
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ssh; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.files.ssh.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.ui
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.subsystems.files.ssh
Bundle-Vendor: Eclipse.org

View file

@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
.,\
icons/,\
plugin.properties,\
plugin.xml

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006 Wind River Systems, Inc.
# Copyright (c) 2006 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
@ -9,7 +9,7 @@
# Martin Oberhuber - initial API and implementation
################################################################################
plugin.name = Ssh Files Plugin
plugin.name = RSE SSH Files
SshFileSubsystemName=Sftp Files
SshFileSubsystemDescription=Show Sftp Files on remote host.

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ssh Plug-in
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.ssh; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.rse.subsystems.shells.ssh.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.ui,
com.jcraft.jsch
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.subsystems.shells.ssh
Bundle-Vendor: Eclipse.org

View file

@ -9,7 +9,7 @@
# Martin Oberhuber - initial API and implementation
################################################################################
plugin.name = Ssh Shells Plugin
plugin.name = RSE SSH Shells
SshShellSubsystemName=Shells