From b39d4e78381c2fcc1c438f813511930cefb7d6bf Mon Sep 17 00:00:00 2001 From: Daniel Beland Date: Wed, 12 Feb 2014 23:48:40 -0500 Subject: [PATCH] Adapting build for eclipse Kepler SR1 --- bin/.gitignore | 7 + build.properties | 5 +- build.xml | 439 ---------------------------------------------- plugin.properties | 26 ++- 4 files changed, 32 insertions(+), 445 deletions(-) create mode 100644 bin/.gitignore delete mode 100644 build.xml diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..760822c --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,7 @@ +/com +/resources.properties +/resources_bg.properties +/resources_de.properties +/resources_fr.properties +/resources_ja.properties +/resources_ptbr.properties diff --git a/build.properties b/build.properties index d5034de..549fab0 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,5 @@ source.tomcat.jar = src/ bin.includes = plugin.xml,\ - *.jar,\ - DevLoader.zip,\ icons/,\ img/,\ license.txt,\ @@ -14,7 +12,8 @@ bin.includes = plugin.xml,\ plugin_ptbr.properties,\ readme.html,\ readmeDevLoader.html,\ - releaseNotesV33.txt + releaseNotesV33.txt,\ + tomcat.jar src.includes = .classpath,\ .project,\ .settings/,\ diff --git a/build.xml b/build.xml deleted file mode 100644 index 95130b4..0000000 --- a/build.xml +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugin.properties b/plugin.properties index 00e25ed..177817f 100644 --- a/plugin.properties +++ b/plugin.properties @@ -1,3 +1,23 @@ -##Source Bundle Localization -#Fri Jan 25 14:03:31 GMT 2013 -pluginName=com.sysdeo.eclipse.tomcat.source +# @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