/******************************************************************************* * 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"; }