Author: rob.stryker(a)jboss.com
Date: 2009-01-16 04:34:54 -0500 (Fri, 16 Jan 2009)
New Revision: 13079
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
Log:
Some cleanup of unused elements
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java 2009-01-16
09:23:13 UTC (rev 13078)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java 2009-01-16
09:34:54 UTC (rev 13079)
@@ -159,29 +159,6 @@
public static String ViewExtensionEnablementDescription;
public static String ViewExtensionPreferenceDescription;
- /* Upgrade Wizard to 2.0.0 */
- public static String UpgradeWizardTitle;
- public static String UpgradeWizardDescription;
- public static String UpgradeWizardNoConvertableConfigs;
- public static String UpgradeWizardDetails;
- public static String UpgradeWizardLaunchConfigName;
- public static String UpgradeWizardLaunchHomeDir;
- public static String UpgradeWizardLaunchJBossConfig;
- public static String UpgradeWizardLaunchStartArgs;
- public static String UpgradeWizardLaunchShutdownArgs;
- public static String UpgradeWizardLaunchJRE;
- public static String UpgradeWizardLaunchConvert;
- public static String UpgradeWizardLaunchConfigName2;
- public static String UpgradeWizardLaunchRuntimeName;
- public static String UpgradeWizardLaunchServerName;
- public static String UpgradeWizardLaunchMonitorMainTask;
- public static String UpgradeWizardLaunchMonitorConverting;
- public static String UpgradeWizardLaunchRuntimeNamesInUse;
- public static String UpgradeWizardLaunchServerNamesInUse;
-
- /* Inactive Categories */
- public static String InactiveCategoriesReEnable;
-
public static String DescriptorXPathRemoveCategory;
public static String DescriptorXPathRemoveCategoryDesc;
public static String DescriptorXPathNewXPath;
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties 2009-01-16
09:23:13 UTC (rev 13078)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties 2009-01-16
09:34:54 UTC (rev 13079)
@@ -131,36 +131,10 @@
ViewExtensionPreferenceDescription=Below, you may set or clear any preferences specific
to each view extension above. \nSome extensions may have no preferences to set.
-
-# Upgrade Wizard
- UpgradeWizardTitle=Convert JBoss AS Launch Configurations
- UpgradeWizardDescription=Starting and Stopping JBoss is no longer done through simple
launch configurations.\nInstead, webtools and its server functionality is being used,
which means your launch\nconfigurations must be converted into JBoss "servers"
and "runtimes".\n\n This wizard will help with that.
- UpgradeWizardNoConvertableConfigs=You do not have any JBoss launch configurations to
convert, so you can just skip this page.
- UpgradeWizardDetails=Details\:
- UpgradeWizardLaunchConfigName=Launch Configuration Name\:
- UpgradeWizardLaunchHomeDir=Home Directory\:
- UpgradeWizardLaunchJBossConfig=JBoss Configuration\:
- UpgradeWizardLaunchStartArgs=Start Args\:
- UpgradeWizardLaunchShutdownArgs=Shutdown Args\:
- UpgradeWizardLaunchJRE=JRE\:
- UpgradeWizardLaunchConvert=Convert?
- UpgradeWizardLaunchConfigName2=Configuration Name
- UpgradeWizardLaunchRuntimeName=Runtime Name
- UpgradeWizardLaunchServerName=Server Name
- UpgradeWizardLaunchMonitorMainTask=Converting Launch Configurations
- UpgradeWizardLaunchMonitorConverting=Converting
- UpgradeWizardLaunchRuntimeNamesInUse=The following runtime names are already in use\:
- UpgradeWizardLaunchServerNamesInUse=The following server names are already in use:
-
-
###########################################
############## view providers
###########################################
-
-#Inactive Categories
-InactiveCategoriesReEnable=Re-enable Category
-
#Descriptor XPath
DescriptorXPathRemoveCategory=Remove Category
DescriptorXPathRemoveCategoryDesc=Are you sure you want to delete this category and\nall
of its elements?\n All sub-nodes will be lost.
Show replies by date