blob: 4c559e4678b0f75eb5f3035b5431e56818b54697 [file] [log] [blame]
package org.eclipse.stem.ui.reports;
/*******************************************************************************
* Copyright (c) 2007 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
*******************************************************************************/
public class PreferenceConstants {
/**
* REFERENCE FILE KEY
*/
public static final String REFERENCE_FILE_KEY = "reference.file";
}