blob: 7d682f8c266d4014d8f648de8c25ec34e32469ec [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2016, Max Hohenegger <eclipse@hohenegger.eu>
*
* 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
*******************************************************************************/
package org.eclipse.ease.modules.git.ui;
public interface PluginConstants {
String PLUGIN_ID = "org.eclipse.ease.modules.team.git.ui";
}