| author | Rainer Pielmann | 2012-02-06 08:52:30 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:31:06 (EDT) |
| commit | c261d7d1fae3959fe7ca947cf8891038eb0a0e82 (patch) (side-by-side diff) | |
| tree | 7013fc00c4bad44563667b89473cd7e165ffbb89 | |
| parent | 45adb45810a676897f5e9b07c73489ecd648d2b6 (diff) | |
| download | org.eclipse.stardust.ide-c261d7d1fae3959fe7ca947cf8891038eb0a0e82.zip org.eclipse.stardust.ide-c261d7d1fae3959fe7ca947cf8891038eb0a0e82.tar.gz org.eclipse.stardust.ide-c261d7d1fae3959fe7ca947cf8891038eb0a0e82.tar.bz2 | |
Jira-ID: CRNT-22383 Merge changes done on b_dev_6_0_x after 6.0.2.GA (6.0.2.2-r49368) through 6.0.3.GA (6.0.3.6-r50668) and beyond (6.0.x HEAD) to 7.0 (trunk) - moonglow / simulation / tate / tds (Removed old message files from Mail plugin)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53426 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
2 files changed, 0 insertions, 85 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/MailMessages.java b/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/MailMessages.java deleted file mode 100644 index 59f1792..0000000 --- a/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/MailMessages.java +++ b/dev/null @@ -1,55 +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.mail; - -import org.eclipse.osgi.util.NLS; - -/** - * - * @author mgille - */ -public class MailMessages extends NLS -{ - private static final String BUNDLE_NAME = "org.eclipse.stardust.modeling.integration.mail.mail_messages"; //$NON-NLS-1$ - - private MailMessages() - { - } - - static - { - // Initialize resource bundle - - NLS.initializeMessages(BUNDLE_NAME, MailMessages.class); - } - - public static String PLAIN_TEXT_TEMPLATE_LABEL; - public static String HTML_HEADER_LABEL; - public static String HTML_TEMPLATE_LABEL; - public static String HTML_FOOTER_LABEL; - public static String DEFAULT_TO_LABEL; - public static String DEFAULT_CC_LABEL; - public static String DEFAULT_BCC_LABEL; - public static String DEFAULT_PRIORITY_LABEL; - public static String MAIL_SERVER_LABEL; - public static String URL_PREFIX_LABEL; - public static String DEFAULT_FROM_LABEL; - public static String DEFAULT_SUBJECT_LABEL; - public static String SUBJECT_INCLUDE_UNIQUE_IDENTIFIED; - public static String CREATE_PROCESS_HISTORY_LINK_LABEL; - public static String MAIL_RESPONSE_LABEL; - public static String PRIORITY_LOWEST_VALUE; - public static String PRIORITY_LOW_VALUE; - public static String PRIORITY_NORMAL_VALUE; - public static String PRIORITY_HIGH_VALUE; - public static String PRIORITY_HIGHEST_VALUE; - -} diff --git a/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/mail_messages.properties b/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/mail_messages.properties deleted file mode 100644 index 28e0a58..0000000 --- a/modeling/org.eclipse.stardust.modeling.integration.mail/src/org/eclipse/stardust/modeling/integration/mail/mail_messages.properties +++ b/dev/null @@ -1,30 +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 -############################################################################### -PLAIN_TEXT_TEMPLATE_LABEL=Plain Text Template: -HTML_HEADER_LABEL=HTML Header: -HTML_TEMPLATE_LABEL=HTML Text Template: -HTML_FOOTER_LABEL=HTML Footer: -MAIL_SERVER_LABEL=Mail Server: -URL_PREFIX_LABEL=URL Prefix: -DEFAULT_TO_LABEL=Default \"To\" Address: -DEFAULT_FROM_LABEL=Default \"From\" Address: -DEFAULT_SUBJECT_LABEL=Default Subject: -SUBJECT_INCLUDE_UNIQUE_IDENTIFIED=Subject Include Unique Identified -CREATE_PROCESS_HISTORY_LINK_LABEL=Create Process History Link -MAIL_RESPONSE_LABEL=Mail Response -DEFAULT_CC_LABEL=Default \"CC\" Address: -DEFAULT_BCC_LABEL=Default \"BCC\" Address: -DEFAULT_PRIORITY_LABEL=Default Priority: -PRIORITY_LOWEST_VALUE=Lowest -PRIORITY_LOW_VALUE=Low -PRIORITY_NORMAL_VALUE=Normal -PRIORITY_HIGH_VALUE=High -PRIORITY_HIGHEST_VALUE=Highest
\ No newline at end of file |

