| ############################################################################### |
| # Copyright (c) 2000, 2011 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # 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 = RSE Core |
| providerName = Eclipse TM Project |
| |
| 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 |