blob: 8efa7a680aff8a5a974d1d80df45f5bc9fc3b866 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2009 Red Hat
* 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:
* Rob Stryker - initial implementation and ongoing maintenance
******************************************************************************/
package org.eclipse.wst.common.componentcore.ui.propertypage;
public interface IReferenceWizardConstants {
public static final String COMPONENT = "dependency.component"; //$NON-NLS-1$
public static final String COMPONENT_PATH = "dependency.component.path"; //$NON-NLS-1$
public static final String PROJECT = "root.project"; //$NON-NLS-1$
public static final String ROOT_COMPONENT = "root.component"; //$NON-NLS-1$
public static final String DEPENDENCY_TYPE = "dependency.type"; //$NON-NLS-1$
public static final String MODULEHANDLER = "module.handler"; //$NON-NLS-1$
}