blob: b411249f35c1e2ebd0310d7d1f446bc76b473cee [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
package org.eclipse.dltk.console.ui;
public class ScriptConsoleUIConstants {
public static final String SCRIPT_CONSOLE_EP = "org.eclipse.dltk.console.ui.scriptConsole"; //$NON-NLS-1$
public static final String SCRIPT_CONSOLE_CLASS = "class"; //$NON-NLS-1$
public static final String SCRIPT_CONSOLE_NATURE_ID = "natureID"; //$NON-NLS-1$
public static final String TERMINATE_ICON = "icon.terminate"; //$NON-NLS-1$
public static final String SAVE_SESSION_ICON = "icon.save_session"; //$NON-NLS-1$
}