| author | Rainer Pielmann | 2012-02-09 04:06:49 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:33:16 (EDT) |
| commit | eb8d7afb5e81f50c8ecb76a1b72e98a2ba23cc30 (patch) (side-by-side diff) | |
| tree | 48ff5745d19f04a95669f8aa7827b50ff2eebb54 | |
| parent | b1de71d45e46cc9af299e72d42b590520bf74a30 (diff) | |
| download | org.eclipse.stardust.ide-eb8d7afb5e81f50c8ecb76a1b72e98a2ba23cc30.zip org.eclipse.stardust.ide-eb8d7afb5e81f50c8ecb76a1b72e98a2ba23cc30.tar.gz org.eclipse.stardust.ide-eb8d7afb5e81f50c8ecb76a1b72e98a2ba23cc30.tar.bz2 | |
Jira-ID: CRNT-23200 Stardust: Rename NL Plugins to new name pattern (fixed messages for ejb 30 plugin)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53624 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
2 files changed, 0 insertions, 54 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/Messages.java b/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/Messages.java deleted file mode 100644 index 6852d78..0000000 --- a/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/Messages.java +++ b/dev/null @@ -1,37 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 SunGard CSA LLC and others. - * All rights reserved. This program and the accompanying materials - * are 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: - * SunGard CSA LLC - initial API and implementation and/or initial documentation - *******************************************************************************/ -package org.eclipse.stardust.modeling.integration.ejb30; - -import java.util.MissingResourceException; -import java.util.ResourceBundle; - -public class Messages -{ - private static final String BUNDLE_NAME = "org.eclipse.stardust.modeling.integration.ejb30.messages"; //$NON-NLS-1$ - - private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle - .getBundle(BUNDLE_NAME); - - private Messages() - {} - - public static String getString(String key) - { - try - { - return RESOURCE_BUNDLE.getString(key); - } - catch (MissingResourceException e) - { - return '!' + key + '!'; - } - } -} diff --git a/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/messages.properties b/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/messages.properties deleted file mode 100644 index ce50191..0000000 --- a/modeling/org.eclipse.stardust.modeling.integration.ejb30/src/org/eclipse/stardust/modeling/integration/ejb30/messages.properties +++ b/dev/null @@ -1,17 +0,0 @@ -############################################################################### -# Copyright (c) 2011 SunGard CSA LLC and others. -# All rights reserved. This program and the accompanying materials -# are 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: -# SunGard CSA LLC - initial API and implementation and/or initial documentation -############################################################################### -SessionBean30PropertyPage.Label_BeanClass=Session Bean Class: -SessionBean30PropertyPage.Title_BeanClass=Session Bean Class -SessionBean30PropertyPage.Label_BusinessInterface=Business Interface: -SessionBean30PropertyPage.Title_BusinessInterface=Business Interface -SessionBean30PropertyPage.Label_JndiPath=JNDI Path: -SessionBean30PropertyPage.Label_InitializationMethod=Initialization Method: -SessionBean30PropertyPage.Label_CompletionMethod=Completion Method: |

