Author: dennyxu
Date: 2010-06-10 02:01:05 -0400 (Thu, 10 Jun 2010)
New Revision: 22713
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
Log:
JBIDE-6137:JBoss ESB Runtimes preference page Version: label issue
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10
01:22:06 UTC (rev 22712)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2010-06-10
06:01:05 UTC (rev 22713)
@@ -4,7 +4,8 @@
Error_JBoss_Basic_Editor_Support=Editor supports only grid layout
Error_JBoss_Basic_Editor_Different=Parent for label is different
JBoss_Runtime_List_Field_Editor_Name=Name
-JBoss_Runtime_List_Field_Editor_Version=Version:
+JBoss_Runtime_List_Field_Editor_Version=Version
+JBoss_Runtime_List_Field_Editor_Version2=Version:
JBoss_Runtime_List_Field_Editor_Configuration=Configuration:
JBoss_Runtime_List_Field_Editor_Path=Path
JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List=inputElement must be an
instance of List<JBossRuntime>.
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10
01:22:06 UTC (rev 22712)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java 2010-06-10
06:01:05 UTC (rev 22713)
@@ -32,6 +32,7 @@
public static String Error_JBoss_Basic_Editor_Different;
public static String JBoss_Runtime_List_Field_Editor_Name;
public static String JBoss_Runtime_List_Field_Editor_Version;
+ public static String JBoss_Runtime_List_Field_Editor_Version2;
public static String JBoss_Runtime_List_Field_Editor_Path;
public static String JBoss_Runtime_List_Field_Editor_Inputelement_Must_Be_List;
public static String JBoss_Runtime_Delete_Confirm_Title;
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10
01:22:06 UTC (rev 22712)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java 2010-06-10
06:01:05 UTC (rev 22713)
@@ -435,7 +435,7 @@
JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Name2, "");
//$NON-NLS-1$
IFieldEditor version = createComboEditor(SRT_VERSION,
- JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version, getESBFacetVersions(),
""); //$NON-NLS-1$
+ JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Version2, getESBFacetVersions(),
""); //$NON-NLS-1$
// IFieldEditor configuration = createComboEditor(SRT_CONFIGURATION,
// JBossESBUIMessages.JBoss_Runtime_List_Field_Editor_Configuration,
getESBFacetVersions(), ""); //$NON-NLS-1$
Show replies by date