Author: vrubezhny
Date: 2009-04-02 13:30:57 -0400 (Thu, 02 Apr 2009)
New Revision: 14468
Modified:
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/StrutsUIMessages.java
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties
Log:
JBIDE-4044 Review unused strings from Messages classes as reported by UCDetector
The unused properies are removed from StrutsUIMessages bundle class and its bundle
(messages.properties)
Modified:
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/StrutsUIMessages.java
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/StrutsUIMessages.java 2009-04-02
16:34:51 UTC (rev 14467)
+++
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/StrutsUIMessages.java 2009-04-02
17:30:57 UTC (rev 14468)
@@ -101,12 +101,6 @@
public static String REOPEN;
public static String OVERWRITE;
public static String APPLICATION_NAME_AND_WEBXML_FOLDER;
- public static String ENTER_PATH_TO_EXISTING_FOLDER;
- public static String IMPORT_WEB_PROJECT;
- public static String ENTER_PROJECT_NAME_AND_SELECT_THE_FOLDER;
- public static String STEP1_PROJECTNAME_AND_LOCATION;
- public static String SPECIFY_EXISTING_FOLDER;
- public static String STEP2_FOLDERS;
public static String CREATE_WEB_PROJECT;
public static String ENTER_PROJECTNAME_AND_CONFIGURATIONFILE_VERSION;
public static String STEP1_PROJECTNAME_AND_VERSION;
@@ -194,5 +188,4 @@
public static String DIAGRAM_TOOLBAR_ADD_GLOBAL_FORWARD;
public static String DIAGRAM_TOOLBAR_ADD_GLOBAL_EXCEPTION;
public static String DIAGRAM_TOOLBAR_ADD_PAGE;
- public static String DIAGRAM_TOOLBAR_VIEW_TEMPLATE;
}
Modified:
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties 2009-04-02
16:34:51 UTC (rev 14467)
+++
trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/messages/messages.properties 2009-04-02
17:30:57 UTC (rev 14468)
@@ -6,7 +6,6 @@
MODULE_CANNOT_BE_REGISTERED_IS_INCORRECT=Module cannot be registered because web.xml is
incorrect.
SELECT_AT_LEAST_ONE_CLASS_TYPE=Select at least one class type
STEP_2_ACTIONS=Step 2 - Actions
-STEP2_FOLDERS=Step 2 - Folders
STEP_3_FORMBEANS=Step 3 - FormBeans
STEP_4_FORWARDS=Step 4 - Forwards
STEP_5_EXCEPTIONS=Step 5 - Exceptions
@@ -105,14 +104,9 @@
REOPEN=Reopen
OVERWRITE=Overwrite
APPLICATION_NAME_AND_WEBXML_FOLDER=Application Name and web.xml Folder
-ENTER_PATH_TO_EXISTING_FOLDER=Please, enter path to existing folder for
-IMPORT_WEB_PROJECT=Import Web Project
IMPORT_STRUTS_PROJECT=Import Struts Project
-ENTER_PROJECT_NAME_AND_SELECT_THE_FOLDER=Enter project name and select the folder where
Struts configuration file is located.
ENTER_PROJECTNAME_AND_CONFIGURATIONFILE_VERSION=Enter project name and Struts
configuration file version.
-STEP1_PROJECTNAME_AND_LOCATION=Step 1 - Project Name and Location
STEP1_PROJECTNAME_AND_VERSION=Step 1 - Project Name and Version
-SPECIFY_EXISTING_FOLDER=Please, specify existing folder
PROJECT_ROOTFOLDER_AND_SELECT_TEMPLATE=Enter project's root folder and select
template.
STEP2_LOCATION_AND_TEMPLATE=Step 2 - Location and Template
FOLDER_EXISTS_AND_ISNOT_EMPTY=Folder {0} exists and is not empty. Overwrite?
@@ -167,4 +161,3 @@
DIAGRAM_TOOLBAR_ADD_GLOBAL_FORWARD=Add Global Forward
DIAGRAM_TOOLBAR_ADD_GLOBAL_EXCEPTION=Add Global Exception
DIAGRAM_TOOLBAR_ADD_PAGE=Add Page
-DIAGRAM_TOOLBAR_VIEW_TEMPLATE=View Template
\ No newline at end of file
Show replies by date