blob: e9ef986e39a9b15e07177ebe5977a529323bc73d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Red Hat Inc. and others.
* 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:
* Alexander Kurtakov - initial API and implementation
*******************************************************************************/
package org.eclipse.dltk.sh.core;
import org.eclipse.dltk.core.ScriptNature;
public class ShelledNature extends ScriptNature {
public static final String SHELLED_NATURE = "org.eclipse.dltk.sh.core.nature";
}