blob: f6ae1553a6b36f53123b993d6fe4924328f6e41e [file] [log] [blame]
/***********************************************************************
* Copyright (c) 2008 by SAP AG, Walldorf.
* 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:
* SAP AG - initial API and implementation
***********************************************************************/
package org.eclipse.jst.jee.ui.internal.navigator.dnd;
public interface IModuleExtensions {
String DOT_WAR = ".war"; //$NON-NLS-1$
String DOT_JAR = ".jar"; //$NON-NLS-1$
String DOT_RAR = ".rar"; //$NON-NLS-1$
String DOT_EAR = ".ear"; //$NON-NLS-1$
}