[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui ...
Robert Stryker
rawblem at gmail.com
Thu Dec 14 14:34:44 EST 2006
User: rawb
Date: 06/12/14 14:34:44
Modified: as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui
Messages.properties
Log:
flickering view caused by input being set all over the place. Had to be remedied. It's possible this change breaks something else which depended on that behavior, but if it does I'll find it ;)
Also, API change which allows removal and addition of items without doing a tree refresh (more efficient)
Revision Changes Path
1.15 +1 -38 jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Messages.properties
===================================================================
RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Messages.properties 14 Nov 2006 19:45:15 -0000 1.14
+++ Messages.properties 14 Dec 2006 19:34:44 -0000 1.15
@@ -130,48 +130,11 @@
UpgradeWizardLaunchRuntimeNamesInUse=The following runtime names are already in use:
UpgradeWizardLaunchServerNamesInUse=The following server names are already in use:
-# Clone server wizard
-CloneWizardRequiredCheckedLabel=Files required for a successful minimal configuration cannot be unchecked.
-CloneWizardNewServerName=New Server Name:
-CloneWizardNewConfigName=New Configuration Name:
-CloneWizardTitle=Create a new Server Configuration
-CloneWizardDescription=Create a new server configuration directory containing the selected files. \nA new server object will be added to the list of JBoss Servers.
-CloneWizardServerNameInUse=Server name already in use:
-CloneWizardConfigNameInUse=Configuration already exists:
-CloneWizardWindowTitle=Clone a Server
-
-#Mbean wizard
-NewMBeanInterface=New MBean Interface
-NewMBeanInterfaceDesc=Create the interface for the MBean
-NewMBeanName=MBean Name
-NewMBeanInterfaceName=Interface Name
-NewMBeanClass=New MBean Class
-MBeanClassDescription=Create the concrete MBean Class
-MBeanServiceXML=Create -service.xml file?
-
###########################################
############## view providers
###########################################
-#Event Log
-EventLogStartingServer=Starting Server
-EventLogStoppingServer=Stopping Server
-EventLogServerUp=Server is up.
-EventLogServerDown=Server is down.
-EventLogTwiddleLaunchServerStatePrefix=Twiddle Launch: Server is
-EventLogStillStopping=still stopping
-EventLogStillStarting=still starting
-EventLogUp=up
-EventLogDown=down
-EventLogServerActionCanceled=Server action canceled.
-EventLogTimeoutReached=Server Timeout Reached.
-EventLogConsoleOutput=Console Output
-EventLogPublishEvent=Publish Event
-EventLogPublishingToServer=Publishing module to server:
-EventLogPublishRemoveFromServer=Removing module from server:
-EventLogPublishUnknownEvent=Unknown Publish Event
-EventLogUnknownEvent=Unknown Event
#Inactive Categories
InactiveCategoriesReEnable=Re-enable Category
@@ -182,7 +145,7 @@
DescriptorXPathNewXPath=New XPath
DescriptorXPathEditXPath=Edit XPath
DescriptorXPathDeleteXPath=Delete XPath
-DescriptorXPathAttributeValue=Attribute Value
+DescriptorXPathAttributeValue=Value
DescriptorXPathXPathXML=XPath / XML
DescriptorXPathAttributeKeyValue=Attribute Key / Value
DescriptorXPathDescriptorValues=Descriptor Values
More information about the jboss-cvs-commits
mailing list