blob: a727124b79f4be370779d83dae25a782f68c1cb8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.equinox.p2.garbagecollector.prefs;
public class GCPreferenceConstants {
public static final String DISABLE_GARBAGE_COLLECT = "gc_disabled"; //$NON-NLS-1$
}