blob: 1233ff5047c9200598f5f9594701eaa54c24c92f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 SAP AG, Walldorf.
* 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:
* SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.platform.discovery.integration.internal.plugin;
import org.eclipse.osgi.util.NLS;
public class DiscoveryIntegrationMessages extends NLS
{
private static final String BUNDLE_NAME = "org.eclipse.platform.discovery.integration.internal.plugin.DiscoveryIntegrationMessages"; //$NON-NLS-1$
public static String CONSOLE_INIT_JOB_NAME;
public static String SaveInSearchFavoritesAction_Text;
static
{
NLS.initializeMessages(BUNDLE_NAME, DiscoveryIntegrationMessages.class);
}
}