blob: d1c93b51a55a9ae624e9b47bb2c7834e52acd792 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 - 2006 University Of British Columbia 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:
* University Of British Columbia - initial API and implementation
*******************************************************************************/
package org.eclipse.mylar.internal.monitor;
/**
* @author Mik Kersten
*/
public class MylarMonitorPreferenceConstants {
public static final String PREF_PREVIOUS_TRANSMIT_DATE = "org.eclipse.mylar.monitor.upload.previousTransmit";
public static final String PREF_NUM_USER_EVENTS = "org.eclipse.mylar.monitor.events.observed";
public static final String PREF_MONITORING_ENABLED = "org.eclipse.mylar.monitor.enabled";
public static final String PREF_MONITORING_OBFUSCATE = "org.eclipse.mylar.monitor.obfuscate";
}