blob: 9a74d9c51464711061dde882858e95de3fe5ca13 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 The Eclipse Foundation 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:
* The Eclipse Foundation - initial API and implementation
*******************************************************************************/
package org.eclipse.epp.internal.mpc.core.util;
import org.eclipse.osgi.util.NLS;
class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.epp.internal.mpc.core.util.messages"; //$NON-NLS-1$
public static String P2TransportFactory_AuthenticationFailed;
public static String DefaultMarketplaceService_serviceUnavailable503;
public static String ProxyHelper_replacingAuthenticator;
public static String ServiceUtil_ignoringIncompatibleServiceProperty;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}