Author: scabanovich
Date: 2009-04-03 10:18:35 -0400 (Fri, 03 Apr 2009)
New Revision: 14496
Removed:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.java
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.properties
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.xml
Log:
JBIDE-4044
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.xml 2009-04-03 14:05:53
UTC (rev 14495)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.xml 2009-04-03 14:18:35
UTC (rev 14496)
@@ -395,8 +395,6 @@
class="org.jboss.tools.common.model.ui.select.SelectObjectWizard"/>
<xclass
id="org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor"
class="org.jboss.tools.common.model.ui.texteditors.xmleditor.XMLTextEditor"/>
- <xclass id="org.jboss.tools.common.model.ui.util.JavaUIMessages"
- class="org.jboss.tools.common.model.ui.util.JavaUIMessages"/>
<xclass
id="org.jboss.tools.common.model.ui.views.palette.editor.HiddenPaletteTabsWizard"
class="org.jboss.tools.common.model.ui.views.palette.editor.HiddenPaletteTabsWizard"/>
<xclass
id="org.jboss.tools.common.model.ui.wizard.newfile.NewClassCreationWizard"
Deleted:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.java 2009-04-03
14:05:53 UTC (rev 14495)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.java 2009-04-03
14:18:35 UTC (rev 14496)
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at
http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.common.model.ui.util;
-
-import java.text.MessageFormat;
-import java.util.MissingResourceException;
-import java.util.ResourceBundle;
-
-public class JavaUIMessages {
-
- private static final String RESOURCE_BUNDLE=
"org.jboss.tools.common.model.ui.util.JavaUIMessages";
-
- private static ResourceBundle fgResourceBundle=
ResourceBundle.getBundle(RESOURCE_BUNDLE);
-
- private JavaUIMessages() {
- }
-
- public static String getString(String key) {
- try {
- return fgResourceBundle.getString(key);
- } catch (MissingResourceException e) {
- return '!' + key + '!';
- }
- }
-
- public static String getFormattedString(String key, String arg) {
- return getFormattedString(key, new String[] { arg });
- }
-
- public static String getFormattedString(String key, String[] args) {
- return MessageFormat.format(getString(key), args);
- }
-
-}
Deleted:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.properties 2009-04-03
14:05:53 UTC (rev 14495)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/util/JavaUIMessages.properties 2009-04-03
14:18:35 UTC (rev 14496)
@@ -1,124 +0,0 @@
-JavaPlugin.internal_error=Internal Error
-JavaElementProperties.name=Name
-
-#########
-## actions
-#########
-
-AddMethodStubAction.label=Create Method
-AddMethodStubAction.detailed.implement=&Implement in ''{0}''
-AddMethodStubAction.detailed.override=&Override in ''{0}''
-AddMethodStubAction.description=Add method stub to type
-AddMethodStubAction.tooltip=Add Method Stub to Type
-
-AddMethodStubAction.error.title=Add Method Stub Failed
-AddMethodStubAction.error.type_removed_in_editor=Input type has been removed in editor
-
-AddMethodStubAction.QueryDialog.title=Create Method Stub
-AddMethodStubAction.OverridesFinalDialog.message=This will override the final method
''{0}'' from ''{1}''\nOK to continue?
-AddMethodStubAction.OverridesPrivateDialog.message=This will override the private method
''{0}'' from ''{1}''\nOK to continue?
-AddMethodStubAction.ReplaceExistingDialog.message=This will replace the existing method
''{0}''.\nOK to continue?
-
-OpenTypeAction.description=Open a type in the editor
-OpenTypeAction.tooltip=Open a Type
-OpenTypeAction.dialogMessage=&Choose a type (? = any character, * = any string):
-OpenTypeAction.dialogTitle=Open Type
-OpenTypeAction.errorMessage=An exception occurred while opening the type.
-OpenTypeAction.errorTitle=Open Type
-OpenTypeAction.label=Open Type...
-
-
-#######
-## dialogs
-#######
-JavaUI.defaultDialogMessage=Select entries:
-
-MultiElementListSelectionDialog.pageInfoMessage=Page {0} of {1}
-
-MultiTypeSelectionDialog.dialogMessage=Could not uniquely map the type name to a type.
Path is {0}
-MultiTypeSelectionDialog.dialogTitle=Select Type
-MultiTypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
-MultiTypeSelectionDialog.errorTitle=Select Type
-MultiTypeSelectionDialog.error2Message=Unexpected exception. See log for details.
-MultiTypeSelectionDialog.error2Title=Exception
-
-TypeSelectionDialog.errorMessage=Could not uniquely map the type name to a type.
-TypeSelectionDialog.dialogMessage=Could not uniquely map the type name to a type. Path is
{0}
-TypeSelectionDialog.errorTitle=Select Type
-TypeSelectionDialog.lowerLabel=&Qualifier:
-TypeSelectionDialog.upperLabel=&Matching types:
-TypeSelectionDialog.notypes.title=Type Selection
-TypeSelectionDialog.notypes.message=No types available.
-TypeSelectionDialog.error2Message=Unexpected exception. See log for details.
-TypeSelectionDialog.error2Title=Exception
-TypeSelectionDialog.error3Message=Unexpected exception. See log for details.
-TypeSelectionDialog.error3Title=Exception
-
-ExceptionDialog.seeErrorLogMessage= See error log for more details.
-
-MainTypeSelectionDialog.errorTitle=Error
-MultiMainTypeSelectionDialog.errorTitle=Error
-
-BuildPathDialog.title= Java Build Path for {0}
-
-######
-## dnd
-######
-LocalSelectionTransfer.errorMessage=Received wrong transfer data.
-
-###########
-## viewsupport
-###########
-JavaImageLabelprovider.assert.wrongImage=no image for this JavaElement Type
-
-JavaElementLabels.default_package=(default package)
-JavaElementLabels.import_container=import declarations
-# START NON-TRANSLATABLE
-JavaElementLabels.initializer=\{...\}
-JavaElementLabels.concat_string=\ -\
-JavaElementLabels.comma_string=,\
-JavaElementLabels.declseparator_string=\ :\
-# END NON-TRANSLATABLE
-
-StatusBarUpdater.num_elements_selected={0} items selected
-
-#########
-## util
-#########
-
-OpenTypeHierarchyUtil.error.open_view=Problems opening Type Hierarchy View
-OpenTypeHierarchyUtil.error.open_perspective=Problems opening Type Hierarchy Perspective
-OpenTypeHierarchyUtil.error.open_editor=Problems opening Java Editor
-OpenTypeHierarchyUtil.selectionDialog.title=Open In Type Hierarchy
-OpenTypeHierarchyUtil.selectionDialog.message=&Select the type to be shown in the
Type Hierarchy:
-
-TypeInfoLabelProvider.default_package=(default package)
-# START NON-TRANSLATABLE
-TypeInfoLabelProvider.dash=\ -
-# END NON-TRANSLATABLE
-
-JavaUIHelp.link.label=Javadoc for {0}
-
-#########
-# DnD
-#########
-ResourceTransferDragAdapter.cannot_delete_resource=Cannot delete resources
-ResourceTransferDragAdapter.moving_resource=Moving Resources with Drag and Drop
-ResourceTransferDragAdapter.cannot_delete_files=Cannot delete the following file(s)
-
-#########
-# misc
-#########
-
-JavaAnnotationHover.multipleMarkersAtThisLine=Multiple markers at this line
-
-# START NON-TRANSLATABLE
-HTMLTextPresenter.ellipsis=
-HTML2TextReader.dash=-
-# END NON-TRANSLATABLE
-
-JavaEditor.codeassist.noCompletions=No completions available.
-
-OptionalMessageDialog.dontShowAgain= Don't show this message again
-
-ElementValidator.cannotPerform= The requested operation cannot be performed.