[jbosstools-commits] JBoss Tools SVN: r24294 - trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 19 08:04:38 EDT 2010


Author: adietish
Date: 2010-08-19 08:04:38 -0400 (Thu, 19 Aug 2010)
New Revision: 24294

Removed:
   trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/Messages.java
Log:
[JBIDE-6376] packages refactored, strings externalized

Deleted: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/Messages.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/Messages.java	2010-08-19 11:51:36 UTC (rev 24293)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/preferences/Messages.java	2010-08-19 12:04:38 UTC (rev 24294)
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 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:
- *     Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.tools.usage.preferences;
-
-import org.eclipse.osgi.util.NLS;
-
-public class Messages extends NLS {
-	private static final String BUNDLE_NAME = "org.jboss.tools.usage.preferences.messages"; //$NON-NLS-1$
-
-	public static String UsageReportPreferencePage_Description;
-	public static String UsageReportPreferencePage_AllowReporting;
-	public static String UsageReportPreferencePage_Error_Saving;
-
-	static {
-		// initialize resource bundle
-		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
-	}
-
-	private Messages() {
-	}
-}



More information about the jbosstools-commits mailing list