-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.properties
23 lines (19 loc) · 911 Bytes
/
plugin.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# @author Bruno Leroux
pluginName = Sysdeo Tomcat Launcher Plugin
menu.label = &Tomcat
menu.start.label = &Start Tomcat
menu.stop.label = S&top Tomcat
menu.restart.label = &Restart Tomcat
wizard.newTomcatProject.label = Tomcat Project
wizard.newJavaProject.description = Create a Java project with a WAR structure
menu.nature.label = Tomcat project
menu.nature.createWork.label = Create JSP work directory
menu.nature.updateContext.label = Update context definition
menu.nature.removeContext.label = Remove context definition
menu.nature.addTomcatJar.label = Add Tomcat libraries to project build path
menu.nature.exportToWar.label = Export to the WAR file sets in project properties
menu.nature.restartContext.label = Reload this context
pref.menu.jvmSettings.label = JVM Settings
pref.menu.sourcepath.label = Source Path
pref.menu.managerapp.label = Tomcat Manager App
pref.menu.advanced.label = Advanced