blob: 5aebe0be7fad41dd2c24d5b5500245d9ad7ba0d4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.core.internal.content;
/**
* Container for the constants used by this plugin.
*
* @since org.eclipse.core.contenttype 3.2
*/
public interface IContentConstants {
/**
* Backward compatibility: name of the original runtime plugin
*/
String RUNTIME_NAME = "org.eclipse.core.runtime"; //$NON-NLS-1$
/**
* Name of this plugin
*/
String CONTENT_NAME = "org.eclipse.core.contenttype"; //$NON-NLS-1$
}