Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-09-09 03:49:38 +0000
committerslewis2010-09-09 03:49:38 +0000
commitf4578881ed036ea6afeafac1e9097b56365164f3 (patch)
tree189693c70e3113523c791e2c61e8a87bad2fbec4 /framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal
parent8bbfe2fa8f17966a7bcdba3b1faa135246ccd584 (diff)
downloadorg.eclipse.ecf-f4578881ed036ea6afeafac1e9097b56365164f3.tar.gz
org.eclipse.ecf-f4578881ed036ea6afeafac1e9097b56365164f3.tar.xz
org.eclipse.ecf-f4578881ed036ea6afeafac1e9097b56365164f3.zip
Removed references to NLS classes. Removed unnecessary Messages class and messages.properties. Changed version
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java34
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties5
2 files changed, 0 insertions, 39 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java
deleted file mode 100644
index bf3a8b2e5..000000000
--- a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Messages.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/****************************************************************************
- * Copyright (c) 2004 Composent, Inc. 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:
- * Composent, Inc. - initial API and implementation
- *****************************************************************************/
-
-package org.eclipse.ecf.internal.core.identity;
-
-import org.eclipse.osgi.util.NLS;
-
-/**
- *
- */
-public class Messages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.ecf.internal.core.identity.messages"; //$NON-NLS-1$
- public static String GUID_GUID_Creation_Failure;
- public static String GUID_GUID_Namespace_Description_Default;
- public static String GUID_IBM_SECURE_RANDOM;
- public static String GUID_SHA1;
- public static String Trace_Date_Time_Format;
- static {
- // initialize resource bundle
- NLS.initializeMessages(BUNDLE_NAME, Messages.class);
- }
-
- private Messages() {
- // private null constructor
- }
-}
diff --git a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties b/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties
deleted file mode 100644
index aed6ada9f..000000000
--- a/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/messages.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-GUID_GUID_Namespace_Description_Default=GUID Namespace
-GUID_IBM_SECURE_RANDOM=IBMSECURERANDOM
-GUID_SHA1=SHA1PRNG
-Trace_Date_Time_Format=[MM/dd/yy;HH:mm:ss:SSS]
-GUID_GUID_Creation_Failure=GUID creation failure:

Back to the top