blob: 03e5c1b4e991671ba0e54d49b2c264328534e4e2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 SAP AG.
* 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:
* Eduard Bartsch (SAP AG) - initial API and implementation
* Mathias Kinzler (SAP AG) - initial API and implementation
*******************************************************************************/
package org.eclipse.core.resources.semantic.test;
/**
* The SFS Test Plug-in
*
*/
public class TestPlugin {
/**
* The Plug-in id
*/
public static final String PLUGIN_ID = "org.eclipse.core.resources.semantic.test";
}