blob: 6d2ed15a2d9471fd99ec7e7680747f6534c98faf [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2012 BMW Car IT, itemis 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:
* BMW Car IT - Initial API and implementation
* itemis - [416830] Harmful dependency on running OSGi environment
*
* </copyright>
*/
package org.eclipse.sphinx.platform.resources;
public interface IResourceSyncMarker {
/**
* Resource out-of-sync problem marker type.
* <p>
* !! Important Note !! Don't use Activator.getPlugin().getSymbolicName() instead of hard-coded plug-in name because
* this would prevent this class from being loaded in Java standalone applications.
* </p>
*/
public static final String RESOURCE_SYNC_PROBLEM = "org.eclipse.sphinx.platform.resourcesyncproblemmarker"; //$NON-NLS-1$
}