blob: 0732d6ebda60e2ba8eb63494a61c076da4dc556f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Varun Raval and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.sign;
public interface IPreferenceConstants {
public String RUN_WITHOUT_SIGN_LOCAL = "runWithoutSignLocal";
public String RUN_WITHOUT_SIGN_REMOTE = "runWithoutSignRemote";
}