aboutsummaryrefslogtreecommitdiffstats
path: root/org.openembedded.bc.ui/src/org/openembedded/bc/ui/preferences/PreferenceConstants.java
blob: b962d66e3f4e29ae89c14d804315a3c0fe674e0a (plain)
1
2
3
4
5
6
7
8
9
package org.openembedded.bc.ui.preferences;

/**
 * Constant definitions for plug-in preferences
 */
public class PreferenceConstants {
	public static final String ENABLE_BITBAKE_BACKGROUND_SESSION = "booleanPreference";
	
}