blob: f59fdeed06fa4d194e21dfc55df4df32a5658603 [file] [log] [blame]
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$
}