blob: 7172383256495b511dfdfdc545f86239b1f94070 [file] [log] [blame]
/**
* Copyright (c) 2011 Mia-Software.
*
* 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:
* Gregoire Dupe (Mia-Software) - Bug 333553 - The user has not to deal with two files to create a facet
*/
package org.eclipse.modisco.facet.efacet.core.internal;
import org.eclipse.osgi.util.NLS;
@SuppressWarnings("PMD")
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.modisco.facet.efacet.core.internal.messages"; //$NON-NLS-1$
public static String EFacetCatalogManager_FacetSetCatalogName;
public static String EFacetCatalogManager_QuerySetCatalogName;
static {
// initialize resource bundle
NLS.initializeMessages(Messages.BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}