summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/YoctoSDKUtilsConstants.java
blob: 65dfce82da9dbeaf573bfd6324508bfe03538beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*******************************************************************************
 * Copyright (c) 2013 BMW Car IT GmbH.
 * 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:
 * BMW Car IT - initial API and implementation
 *******************************************************************************/
package org.yocto.sdk.ide.utils;

public class YoctoSDKUtilsConstants {

	public static final String DEFAULT_ENV_FILE_PREFIX = "environment-setup-";
	public static final String DEFAULT_TMP_PREFIX = "/tmp/";
	public static final String PROJECT_SCOPE = "org.yocto.sdk.ide";
}