blob: 2232a5afd9d7133dcd11c6674391b2217468a255 [file] [log] [blame]
deboerc03e38c2004-11-09 15:45:19 +00001###############################################################################
deboer65ea5072005-02-17 19:14:45 +00002# Copyright (c) 2004, 2005 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###############################################################################
ndaia5120382004-10-13 15:46:19 +000011pluginName=Apache Tomcat Support
deboer91475be2004-12-10 22:39:30 +000012providerName=Eclipse.org
ndaia5120382004-10-13 15:46:19 +000013
14# --------------- Runtime Types ---------------
15apache=Apache
16runtimeTypeTomcat32Label=Apache Tomcat v3.2
17runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules.
18runtimeTypeTomcat40Label=Apache Tomcat v4.0
19runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules.
20runtimeTypeTomcat41Label=Apache Tomcat v4.1
21runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules.
22runtimeTypeTomcat50Label=Apache Tomcat v5.0
23runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules.
bfreeman71873382004-10-31 14:41:53 +000024runtimeTypeTomcat55Label=Apache Tomcat v5.5
25runtimeTypeTomcat55Description=Apache Tomcat v5.5 supports J2EE 1.2, 1.3, and 1.4 Web modules.
ndaia5120382004-10-13 15:46:19 +000026
ndaia5120382004-10-13 15:46:19 +000027# runtime target
ndaia5120382004-10-13 15:46:19 +000028target32runtime=Tomcat v3.2 runtime
29target40runtime=Tomcat v4.0 runtime
30target41runtime=Tomcat v4.1 runtime
31target50runtime=Tomcat v5.0 runtime
deboerda1df6a2004-12-03 13:35:32 +000032target55runtime=Tomcat v5.5 runtime
ndaia5120382004-10-13 15:46:19 +000033
deboer5083cf72005-02-02 14:50:49 +000034# --------------- Servers ---------------
ndaia5120382004-10-13 15:46:19 +000035tomcat32ServerType=Tomcat v3.2 Server
ndaia5120382004-10-13 15:46:19 +000036tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
37
ndaia5120382004-10-13 15:46:19 +000038tomcat40ServerType=Tomcat v4.0 Server
ndaia5120382004-10-13 15:46:19 +000039tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
40
ndaia5120382004-10-13 15:46:19 +000041tomcat41ServerType=Tomcat v4.1 Server
ndaia5120382004-10-13 15:46:19 +000042tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
43
ndaia5120382004-10-13 15:46:19 +000044tomcat50ServerType=Tomcat v5.0 Server
ndaia5120382004-10-13 15:46:19 +000045tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
46
bfreeman71873382004-10-31 14:41:53 +000047tomcat55ServerType=Tomcat v5.5 Server
bfreeman71873382004-10-31 14:41:53 +000048tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server.
49
ndaia5120382004-10-13 15:46:19 +000050tomcatLaunchConfigurationType=Apache Tomcat
51
ndaia5120382004-10-13 15:46:19 +000052# --------------- General ---------------
ndaia5120382004-10-13 15:46:19 +000053canAddModule=Web module can be added to the server.
54canModifyModules=Web modules can be modified.