blob: 5b7fc7b53da9403185499a61f96a811e6334772f [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2014, 2017 CEA LIST.
*
*
* 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:
* Patrick Tessier (CEA LIST) patrick.tessier@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.revision.tool.preference;
/**
* Constant definitions for the revision plug-in preferences
*/
public class RevisionPreferenceConstants {
/**
* the constant author name
*/
public static final String AUTHOR_NAME = "AUTHOR_NAME";
/**
* the constant for the color of the author
*/
public static final String AUTHOR_COLOR="AUTHOR_COLOR";
/**
* the constant for the author language
*/
public static final String AUTHOR_LANGUAGE="AUTHOR_LANGUAGE";
/**
* the anonymous author
*/
public static final String ANONYMOUS_AUTHOR="Anonymous";
}