/******************************************************************************* * Copyright (c) 2003, 2004 IBM Corporation 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: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jst.j2ee.internal.web.operations; /** * The IWebToolingCoreConstants are the constants required by the ITP core */ public interface IWebToolingCoreConstants { public String PLUG_IN_ID = "com.ibm.etools.webtools"; //$NON-NLS-1$ public String PROP_SERVLET_JAR = "com.ibm.etools.webtools.servletjar"; //$NON-NLS-1$ public String PROP_WEBAS_JAR = "com.ibm.etools.webtools.webasjar"; //$NON-NLS-1$ public String PROP_CLIENT_NAME = "com.ibm.etools.webtools.clientname"; //$NON-NLS-1$ public String PROP_LINK_STYLE = "com.ibm.etools.webtools.linkstyle"; //$NON-NLS-1$ public String PROP_MODIFY_LINK_PROMPT = "com.ibm.etools.webtools.modifyprompt"; //$NON-NLS-1$ public String PROP_AUTO_MODIFY_LINK = "com.ibm.etools.webtools.automodify"; //$NON-NLS-1$ public String JDT_IDENTIFIER = "org.eclipse.jdt.ui"; //$NON-NLS-1$ public String RUNTIME_IDENTIFIER = "WebNatureRuntime"; //$NON-NLS-1$ public String DOC_RELATIVE = "DOC_RELATIVE"; //$NON-NLS-1$ public String DOC_ROOT_RELATIVE = "DOC_ROOT_RELATIVE"; //$NON-NLS-1$ public String ICON_PATH = "icons"; //$NON-NLS-1$ }