deboer | c03e38c | 2004-11-09 15:45:19 +0000 | [diff] [blame] | 1 | ############################################################################### |
deboer | 87d529f | 2006-11-21 21:08:19 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2006 IBM Corporation and others. |
deboer | c03e38c | 2004-11-09 15:45:19 +0000 | [diff] [blame] | 3 | # 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 | ############################################################################### |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 11 | pluginName=Server Core |
deboer | 91475be | 2004-12-10 22:39:30 +0000 | [diff] [blame] | 12 | providerName=Eclipse.org |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 13 | |
| 14 | extensionPointServerStartup=Server Startup |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 15 | extensionPointModuleTypes=Module Types |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 16 | extensionPointRuntimeTypes=Runtime Types |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 17 | extensionPointRuntimeTargetHandlers=Runtime Target Handlers |
| 18 | extensionPointRuntimeLocators=Runtime Locators |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 19 | extensionPointServerTypes=Server Types |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 20 | extensionPointServerLocators=Server Locators |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 21 | extensionPointModuleFactories=Module Factories |
deboer | e44738c | 2005-03-08 22:14:38 +0000 | [diff] [blame] | 22 | extensionPointModuleArtifactAdapters=Module Artifact Adapters |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 23 | extensionPointLaunchableAdapters=Launchable Adapters |
| 24 | extensionPointClients=Clients |
deboer | d6b4649 | 2005-04-25 01:34:05 +0000 | [diff] [blame] | 25 | extensionPointPublishTasks=Publish Tasks |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 26 | extensionPointServerMonitors=Server Monitors |
deboer | ffac027 | 2005-10-04 22:03:05 +0000 | [diff] [blame] | 27 | extensionPointInstallableServers=Installable Servers |
deboer | f127421 | 2005-11-05 18:49:51 +0000 | [diff] [blame] | 28 | extensionPointInstallableRuntimes=Installable Runtimes |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 29 | |
ndai | b94eb26 | 2004-10-13 15:55:37 +0000 | [diff] [blame] | 30 | moduleTypeUnknown=Unknown module |
deboer | 9534e5a | 2006-04-28 04:25:20 +0000 | [diff] [blame] | 31 | moduleTypeStaticWebName=Static Web project |
deboer | 87d529f | 2006-11-21 21:08:19 +0000 | [diff] [blame] | 32 | |
| 33 | clientNoneName=Do nothing |
| 34 | clientNoneDescription=Launch the module on the server but do not bring up a client application. |