[jbosstools-commits] JBoss Tools SVN: r22714 - in branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui: preference/controls and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 10 02:23:24 EDT 2010


Author: dennyxu
Date: 2010-06-10 02:23:23 -0400 (Thu, 10 Jun 2010)
New Revision: 22714

Modified:
   branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
   branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
   branches/jbosstools-3.1.x/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: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
===================================================================
--- branches/jbosstools-3.1.x/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)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties	2010-06-10 06:23:23 UTC (rev 22714)
@@ -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: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java
===================================================================
--- branches/jbosstools-3.1.x/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)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUIMessages.java	2010-06-10 06:23:23 UTC (rev 22714)
@@ -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: branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java
===================================================================
--- branches/jbosstools-3.1.x/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)
+++ branches/jbosstools-3.1.x/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/preference/controls/JBossRuntimeListFieldEditor.java	2010-06-10 06:23:23 UTC (rev 22714)
@@ -429,7 +429,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$



More information about the jbosstools-commits mailing list