deboer | c03e38c | 2004-11-09 15:45:19 +0000 | [diff] [blame] | 1 | ############################################################################### |
deboer | 65ea507 | 2005-02-17 19:14:45 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2005 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=Apache Tomcat Support |
deboer | 91475be | 2004-12-10 22:39:30 +0000 | [diff] [blame] | 12 | providerName=Eclipse.org |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 13 | |
| 14 | # --------------- Runtime Types --------------- |
| 15 | apache=Apache |
| 16 | runtimeTypeTomcat32Label=Apache Tomcat v3.2 |
| 17 | runtimeTypeTomcat32Description=Apache Tomcat v3.2 supports J2EE 1.2 Web modules. |
| 18 | runtimeTypeTomcat40Label=Apache Tomcat v4.0 |
| 19 | runtimeTypeTomcat40Description=Apache Tomcat v4.0 supports J2EE 1.2 and 1.3 Web modules. |
| 20 | runtimeTypeTomcat41Label=Apache Tomcat v4.1 |
| 21 | runtimeTypeTomcat41Description=Apache Tomcat v4.1 supports J2EE 1.2 and 1.3 Web modules. |
| 22 | runtimeTypeTomcat50Label=Apache Tomcat v5.0 |
| 23 | runtimeTypeTomcat50Description=Apache Tomcat v5.0 supports J2EE 1.2, 1.3, and 1.4 Web modules. |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 24 | runtimeTypeTomcat55Label=Apache Tomcat v5.5 |
| 25 | runtimeTypeTomcat55Description=Apache Tomcat v5.5 supports J2EE 1.2, 1.3, and 1.4 Web modules. |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 26 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 27 | # runtime target |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 28 | target32runtime=Tomcat v3.2 runtime |
| 29 | target40runtime=Tomcat v4.0 runtime |
| 30 | target41runtime=Tomcat v4.1 runtime |
| 31 | target50runtime=Tomcat v5.0 runtime |
deboer | da1df6a | 2004-12-03 13:35:32 +0000 | [diff] [blame] | 32 | target55runtime=Tomcat v5.5 runtime |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 33 | |
deboer | 5083cf7 | 2005-02-02 14:50:49 +0000 | [diff] [blame] | 34 | # --------------- Servers --------------- |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 35 | tomcat32ServerType=Tomcat v3.2 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 36 | tomcat32ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 37 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 38 | tomcat40ServerType=Tomcat v4.0 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 39 | tomcat40ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 40 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 41 | tomcat41ServerType=Tomcat v4.1 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 42 | tomcat41ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 43 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 44 | tomcat50ServerType=Tomcat v5.0 Server |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 45 | tomcat50ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 46 | |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 47 | tomcat55ServerType=Tomcat v5.5 Server |
bfreeman | 7187338 | 2004-10-31 14:41:53 +0000 | [diff] [blame] | 48 | tomcat55ServerDescription=Publishes and runs J2EE Web projects and server configurations to a local Tomcat server. |
| 49 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 50 | tomcatLaunchConfigurationType=Apache Tomcat |
| 51 | |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 52 | # --------------- General --------------- |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 53 | canAddModule=Web module can be added to the server. |
| 54 | canModifyModules=Web modules can be modified. |