blob: 9ba5677f36996a92c2b9d4d4e16a6573ac9d6393 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers 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
*******************************************************************************/
package org.eclipse.mylyn.internal.context.core;
/**
* @author Mik Kersten
*/
public class ContextPreferenceContstants {
public static final String PREF_DATA_DIR = "org.eclipse.mylyn.data.dir";
}