blob: 08b0b6f58b90462484cb547a2a787c879e378fc8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Fabien Giquel (Mia-Software) - initial API and implementation
* Nicolas Bros (Mia-Software) - Bug 335003 - [Discoverer] : Existing Discoverers Refactoring based on new framework
*******************************************************************************/
package org.eclipse.modisco.kdm.source.extension.discovery;
import org.eclipse.osgi.util.NLS;
/**
* @deprecated Will be removed,
* cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470701
*/
@Deprecated
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.modisco.kdm.source.extension.discovery.messages"; //$NON-NLS-1$
public static String AbstractComposedKDMSourceDiscoverer_0;
public static String AbstractComposedKDMSourceDiscoverer_1;
static {
// initialize resource bundle
NLS.initializeMessages(Messages.BUNDLE_NAME, Messages.class);
}
private Messages() {
// empty block
}
}