/******************************************************************************* * Copyright (c) 2005 RadRails.org and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html *******************************************************************************/ package org.radrails.rails.internal.ui.preferences; /** * Constants for the various Rails preference pages. * * @author mbaumbach * * @since 0.5.3 */ public interface IRailsPreferenceConstants { public static final String RAILS_INSTALLED_CHECKER_DISABLED = "org.radrails.rails.ui.railsInstalledCheckerDisabled"; //$NON-NLS-1$ }