deboer | c03e38c | 2004-11-09 15:45:19 +0000 | [diff] [blame] | 1 | ############################################################################### |
deboer | 0531761 | 2008-02-06 18:00:12 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2008 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 | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 11 | pluginName=Java Server Support |
deboer | fc49722 | 2004-12-10 19:20:06 +0000 | [diff] [blame] | 12 | providerName=Eclipse.org |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 13 | |
deboer | c45f20e | 2005-11-09 19:13:58 +0000 | [diff] [blame] | 14 | extensionPointRuntimeClasspathProviders=Runtime Classpath Providers |
deboer | 5db6080 | 2005-11-10 04:20:05 +0000 | [diff] [blame] | 15 | extensionPointRuntimeFacetMapping=Runtime Facet Mappings |
deboer | c635572 | 2006-04-22 22:07:35 +0000 | [diff] [blame] | 16 | extensionPointServerProfilers=Server Profilers |
deboer | c45f20e | 2005-11-09 19:13:58 +0000 | [diff] [blame] | 17 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 18 | runtimeTypeName=J2EE Runtime Library |
| 19 | runtimeTypeDescription=A runtime that represents a set of J2EE runtime libraries. |
| 20 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 21 | moduleTypeJ2EEWebName=J2EE Web module |
| 22 | moduleTypeJ2EEEJBName=J2EE EJB module |
deboer | c2c0eae | 2005-07-19 21:26:59 +0000 | [diff] [blame] | 23 | moduleTypeJ2EERARName=J2EE Connector module |
| 24 | moduleTypeJ2EEClientName=J2EE Application Client module |
| 25 | moduleTypeJ2EEEARName=J2EE Enterprise application |
deboer | 43c9ae8 | 2007-01-17 22:32:37 +0000 | [diff] [blame] | 26 | moduleTypeJ2EEUtilityName=J2EE Utility jar |
deboer | c2c0eae | 2005-07-19 21:26:59 +0000 | [diff] [blame] | 27 | |
| 28 | launchableJndi=JNDI Object |
deboer | 15cd53f | 2007-03-28 04:24:21 +0000 | [diff] [blame] | 29 | launchableJndiDescription=Silently start an object locatable by JNDI. |