Author: dennyxu
Date: 2009-04-02 23:08:09 -0400 (Thu, 02 Apr 2009)
New Revision: 14474
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/UninstallJBossClassPathCommand.java
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCoreMessages.java
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore.properties
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCoreMessages.java
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCore.properties
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCoreMessages.java
Log:
JBIDE-4044: Review unused strings from Messages classes of ESB and web service module
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/UninstallJBossClassPathCommand.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/UninstallJBossClassPathCommand.java 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/facet/UninstallJBossClassPathCommand.java 2009-04-03
03:08:09 UTC (rev 14474)
@@ -72,7 +72,7 @@
} catch (CoreException e) {
status = StatusUtils.errorStatus(
- JBossFacetCoreMessages.Error_Remove_Facet_JBossWS, e);
+ JBossFacetCoreMessages.Error_Remove_Facet_JBossESB, e);
}
return status;
}
@@ -101,7 +101,7 @@
}
} catch (JavaModelException e) {
status = StatusUtils.errorStatus(NLS.bind(
- JBossFacetCoreMessages.Error_Remove_Facet_JBossWS,
+ JBossFacetCoreMessages.Error_Remove_Facet_JBossESB,
new String[] { e.getLocalizedMessage() }), e);
return status;
}
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties 2009-04-03
03:08:09 UTC (rev 14474)
@@ -1,16 +1,8 @@
-Progress_Install_JBossWS_Runtime=JBoss ESB Runtime
-Progress_UnInstall_JBossWS_Runtime=Uninstall JBoss ESB Runtime
-Dir_Lib=lib
-Dir_Client=client
-Dir_Web_Inf=WEB-INF
-Dir_Web_Content=WebContent
-Error_Copy=Exception while copy runtime jars
+
# START NON-TRANSLATABLE
ESB_Location=jbossesbruntimelocation
# END NON-TRANSLATABLE
JBoss_Runtime=JBoss ESB Runtime
-JBossAS=JBOSS
-Error_WS_Location=The JBoss ESB Runtime Location is NULL
-Error_WS_Classpath=A error comes up when create JBoss ESB runtime Classpath
+
Error_Add_Facet_JBossESB=Exception while install JBoss ESB facet
-Error_Remove_Facet_JBossWS=Exception while uninstall JBoss ESB facet
+Error_Remove_Facet_JBossESB=Exception while uninstall JBoss ESB facet
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCoreMessages.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCoreMessages.java 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCoreMessages.java 2009-04-03
03:08:09 UTC (rev 14474)
@@ -24,20 +24,11 @@
// Do not instantiate
}
- public static String Progress_Install_JBossWS_Runtime;
- public static String Progress_UnInstall_JBossWS_Runtime;
- public static String Dir_Lib;
- public static String Dir_Client;
- public static String Dir_Web_Inf;
- public static String Dir_Web_Content;
public static String Error_Copy;
public static String ESB_Location;
public static String JBoss_Runtime;
- public static String JBossAS;
- public static String Error_WS_Location;
- public static String Error_WS_Classpath;
public static String Error_Add_Facet_JBossESB;
- public static String Error_Remove_Facet_JBossWS;
+ public static String Error_Remove_Facet_JBossESB;
static {
Modified:
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore.properties
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore.properties 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCore.properties 2009-04-03
03:08:09 UTC (rev 14474)
@@ -2,14 +2,9 @@
Progress_UnInstall_JBossWS_Runtime=Uninstall JBoss Web Service Runtime
Dir_Lib=lib
Dir_Client=client
-Dir_Web_Inf=WEB-INF
-Dir_Web_Content=WebContent
Error_Copy=Exception while copy JBossWS jars
WS_Location=jbosswsruntimelocation
JBossWS_Runtime_Lib=JBossWS_Runtime
JBossWS_Runtime=JBoss WS Runtime
-JBossAS=JBOSS
-Error_WS_Location=The JBoss WS Runtime Location is NULL
-Error_WS_Classpath=A error comes up when create JBoss WS Classpath
Error_Add_Facet_JBossWS=Exception while install JBossWS facet
Error_Remove_Facet_JBossWS=Exception while uninstall JBossWS facet
Modified:
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCoreMessages.java
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCoreMessages.java 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/ws/plugins/org.jboss.tools.ws.core/src/org/jboss/tools/ws/core/messages/JBossWSCoreMessages.java 2009-04-03
03:08:09 UTC (rev 14474)
@@ -28,15 +28,10 @@
public static String Progress_UnInstall_JBossWS_Runtime;
public static String Dir_Lib;
public static String Dir_Client;
- public static String Dir_Web_Inf;
- public static String Dir_Web_Content;
public static String Error_Copy;
public static String WS_Location;
public static String JBossWS_Runtime_Lib;
public static String JBossWS_Runtime;
- public static String JBossAS;
- public static String Error_WS_Location;
- public static String Error_WS_Classpath;
public static String Error_Add_Facet_JBossWS;
public static String Error_Remove_Facet_JBossWS;
Modified:
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCore.properties
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCore.properties 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCore.properties 2009-04-03
03:08:09 UTC (rev 14474)
@@ -6,32 +6,36 @@
Label_Binding_File=Binding files
Label_JaxWS_Target=JAX-WS specification
Label_Update_Webxml=Update the default Web.xml
+# START NON-TRANSLATABLE
Value_Target_0=2.0
Value_Target_1=2.1
+# END NON-TRANSLATABLE
Label_Button_Text_Remove=Remove
Error_Message_Invalid_Binding_File={0} is not a valid JAX-WS or JAXB binding file
-Error_Read_Binding_File=Exception occurred while reading binding file
Error_Message_Failed_To_Generate_Code=Failed to Generate Web Service code, please check
the log for more details
Error_Message_Failed_to_Generate_Implementation=Failed to generate implementation class
Error_Message_Command_File_Not_Found=The command file: "{0}" does not exist,
please check the JBoss Web Service runtime setting to make sure the location of JBoss Web
Service runtime is valid.
-Error_Message_Execute_Command=Exception occurred while execute JBossWS tool command
Error_Message_No_Runtime_Specified=No JBoss Web Service runtime has been specified.
-Separator_Java=/
-Error_Implemetation_Code_Generation=Exception occurred while generating implementation
class
+
Error_No_Annotation=This class has no required JAXWS Annotation!
+# START NON-TRANSLATABLE
+Separator_Java=/
WebserviceClient_Annotation=@WebServiceClient
Webservice_Annotation=@WebService
Webservice_Annotation_Prefix=(a)javax.jws.WebService
-Error_No_Class= The class {0} cannot be loaded via project {1}.Check that the project
contains the class, or that the class is loadable according to the Java Build Path of the
project.
-Error_WS_Location=The JBoss WS Runtime Location is NULL. Please set the location on JBoss
WS preferences page.
Webservice_Annotation_Check=@WebService(
Client_Sample_Package_Name=.clientsample
Client_Sample_Class_Name=ClientSample
-Error_Create_Client_Sample=When create a client sample, a error comes up. Please check
the generated files.
WebEndpoint=WebEndpoint
+# END NON-TRANSLATABLE
+Error_No_Class= The class {0} cannot be loaded via project {1}.Check that the project
contains the class, or that the class is loadable according to the Java Build Path of the
project.
+Error_WS_Location=The JBoss WS Runtime Location is NULL. Please set the location on JBoss
WS preferences page.
+Error_Create_Client_Sample=When create a client sample, a error comes up. Please check
the generated files.
+
+
Error_WS_Chose_runtime=Select an JBoss Web Service runtime. If a server supplied JBoss
Web Service runtime is chosen ,\n the chosen server adapter must be capable of providing
the JBoss Web Service runtime
Error_WS_No_Runtime_Specifed=A JBossWS runtime has not been chosen
JBossWSFacetInstallPage_Title=JBossWS Facet
@@ -40,4 +44,3 @@
JBossWSFacetInstallPage_Deploy= Package all JBossWS runtime jars into the deployment
archive
JBossWSFacetInstallPage_New=New...
Client_Sample_Run_Over= Call Over!
-
Modified:
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCoreMessages.java
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCoreMessages.java 2009-04-03
03:01:59 UTC (rev 14473)
+++
trunk/ws/plugins/org.jboss.tools.ws.creation.core/src/org/jboss/tools/ws/creation/core/messages/JBossWSCreationCoreMessages.java 2009-04-03
03:08:09 UTC (rev 14474)
@@ -31,17 +31,14 @@
public static String Label_Button_Text_Remove;
public static String Error_Message_Invalid_Binding_File;
- public static String Error_Read_Binding_File;
+
public static String Separator_Java;
public static String Error_Message_Failed_To_Generate_Code;
public static String Error_Message_Failed_to_Generate_Implementation;
public static String Error_Message_Command_File_Not_Found;
- public static String Error_Message_Execute_Command;
-
-
- public static String Error_Implemetation_Code_Generation;
+
public static String Error_No_Annotation;
public static String WebserviceClient_Annotation;
public static String Error_No_Class;
Show replies by date