blob: 4c2dfd354909abcc24d92c6e1637d1a9b3913d2b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
* Fabien Giquel (Mia-Software) - Bug 339720 : MoDisco Discoverers (infra + techno) API clean
*******************************************************************************/
package org.eclipse.gmt.modisco.infra.discoverymanager;
/**
* @deprecated use org.eclipse.modisco.infra.discovery.core framework
*/
@Deprecated
public final class Constants {
private Constants() {
// util class
}
public static final String discovererExtensionPoint = "org.eclipse.gmt.modisco.discoverers"; //$NON-NLS-1$
}