/********************************************************************** * Copyright (c) 2004, 2008 QNX Software Systems 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: * QNX Software Systems - Initial API and implementation * IBM Corporation - Bug 90318 * Wind River Systems - Pawel Piech - Added Modules view (bug 211158) ***********************************************************************/ package org.eclipse.debug.internal.ui.views.modules; import org.eclipse.osgi.util.NLS; public class ModulesViewMessages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.views.modules.ModulesViewMessages";//$NON-NLS-1$ public static String ModulesView_0; public static String ModulesView_1; public static String ModulesView_2; static { // load message values from bundle file NLS.initializeMessages(BUNDLE_NAME, ModulesViewMessages.class); } }