blob: 44b1b6462dd595315bf21703e0fbf2d5ff6bd864 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Obeo 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.bower.ide.ui.internal.preferences;
/**
* Constant definitions for plug-in preferences.
*
* @author <a href="mailto:stephane.begaudeau@obeo.fr">Stephane Begaudeau</a>
*/
public interface IPreferenceConstants {
/**
* The key used to identify the preference containing the URL of the Bower server to use.
*/
String BOWER_SERVER_URL = "bowerServerUrl"; //$NON-NLS-1$
}