Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6976c8852562a50502ceebb545ae34dd9a431fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
###############################################################################
# Copyright (c) 2000, 2008 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
# Martin Oberhuber (Wind River) - [186525] Move keystoreProviders to core
# Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
###############################################################################

# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8

pluginName = Remote System Explorer Core
providerName = Eclipse.org

extPoint.keystoreProviders = Keystore Providers
extPoint.persistenceProviders=RSE Persistence Providers
extPoint.systemTypes=RSE System Types
extPoint.systemTypeProviders=RSE System Type Providers
extPoint.subsystemConfigurations = Remote Subsystem Configurations
extPoint.modelInitializers = RSE Model Initializers

systemType.windows.label=Windows
systemType.unix.label=Unix
systemType.linux.label=Linux
systemType.local.label=Local

#systemType.iseries.description = iSeries native operating system (OS/400 or i5/OS)
#systemType.iseries.PASE.description = PASE on iSeries
#systemType.zseries.description = zSeries native operating system (z/OS)
systemType.windows.description = Any version of Microsoft Windows 
systemType.unix.description = Any distribution of Unix
#systemType.aix.description = IBM AIX operating system 
systemType.linux.description = Any distribution of Linux
#systemType.powerlinux.description = Linux running on PowerPC hardware
#systemType.zlinux.description = Linux running on zSeries hardware
systemType.local.description = Local file system on this computer

Back to the top