blob: 0b788ae0506cb1238e8cb83224edd65b4644f82c [file] [log] [blame]
deboerc03e38c2004-11-09 15:45:19 +00001###############################################################################
deboer87d529f2006-11-21 21:08:19 +00002# Copyright (c) 2004, 2006 IBM Corporation and others.
deboerc03e38c2004-11-09 15:45:19 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
ndaib94eb262004-10-13 15:55:37 +000011pluginName=Server Core
deboer91475be2004-12-10 22:39:30 +000012providerName=Eclipse.org
ndaib94eb262004-10-13 15:55:37 +000013
14extensionPointServerStartup=Server Startup
deboerda1df6a2004-12-03 13:35:32 +000015extensionPointModuleTypes=Module Types
ndaib94eb262004-10-13 15:55:37 +000016extensionPointRuntimeTypes=Runtime Types
deboerda1df6a2004-12-03 13:35:32 +000017extensionPointRuntimeTargetHandlers=Runtime Target Handlers
18extensionPointRuntimeLocators=Runtime Locators
ndaib94eb262004-10-13 15:55:37 +000019extensionPointServerTypes=Server Types
deboerda1df6a2004-12-03 13:35:32 +000020extensionPointServerLocators=Server Locators
ndaib94eb262004-10-13 15:55:37 +000021extensionPointModuleFactories=Module Factories
deboere44738c2005-03-08 22:14:38 +000022extensionPointModuleArtifactAdapters=Module Artifact Adapters
ndaib94eb262004-10-13 15:55:37 +000023extensionPointLaunchableAdapters=Launchable Adapters
24extensionPointClients=Clients
deboerd6b46492005-04-25 01:34:05 +000025extensionPointPublishTasks=Publish Tasks
ndaib94eb262004-10-13 15:55:37 +000026extensionPointServerMonitors=Server Monitors
deboerffac0272005-10-04 22:03:05 +000027extensionPointInstallableServers=Installable Servers
deboerf1274212005-11-05 18:49:51 +000028extensionPointInstallableRuntimes=Installable Runtimes
ndaib94eb262004-10-13 15:55:37 +000029
ndaib94eb262004-10-13 15:55:37 +000030moduleTypeUnknown=Unknown module
deboer9534e5a2006-04-28 04:25:20 +000031moduleTypeStaticWebName=Static Web project
deboer87d529f2006-11-21 21:08:19 +000032
33clientNoneName=Do nothing
34clientNoneDescription=Launch the module on the server but do not bring up a client application.