2006-04-10 20:02:23 +00:00
|
|
|
###############################################################################
|
2007-02-23 11:14:24 +00:00
|
|
|
# Copyright (c) 2000, 2007 IBM Corporation and others.
|
2006-04-10 20:02:23 +00:00
|
|
|
# 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
|
2007-05-11 21:12:17 +00:00
|
|
|
# Martin Oberhuber (Wind River) - [186525] Move keystoreProviders to core
|
2007-05-12 01:40:42 +00:00
|
|
|
# Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
|
2006-04-10 20:02:23 +00:00
|
|
|
###############################################################################
|
|
|
|
|
2007-01-26 20:43:13 +00:00
|
|
|
# NLS_MESSAGEFORMAT_NONE
|
|
|
|
# NLS_ENCODING=UTF-8
|
|
|
|
|
2007-02-23 11:14:24 +00:00
|
|
|
pluginName = Remote System Explorer Core
|
2006-10-31 11:11:19 +00:00
|
|
|
providerName = Eclipse.org
|
2007-02-05 15:09:52 +00:00
|
|
|
|
2007-05-11 21:12:17 +00:00
|
|
|
extPoint.keystoreProviders = Keystore Providers
|
2007-02-05 15:09:52 +00:00
|
|
|
extPoint.persistenceProviders=RSE Persistence Providers
|
2007-05-11 21:12:17 +00:00
|
|
|
extPoint.systemTypes=RSE System Types
|
2007-02-05 15:09:52 +00:00
|
|
|
extPoint.systemTypeProviders=RSE System Type Providers
|
2007-05-12 01:40:42 +00:00
|
|
|
extPoint.subsystemConfigurations = Remote Subsystem Configurations
|
2007-05-11 21:12:17 +00:00
|
|
|
|
|
|
|
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
|