blob: b171abeeca2da6a85bee7027cfb79d102097e028 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Markus Knittig 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:
* Markus Knittig - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.hudson.ui;
import org.eclipse.mylyn.builds.ui.spi.BuildConnectorUi;
/**
* @author Markus Knittig
*/
public class HudsonConnectorUi extends BuildConnectorUi {
public static final String ID_PLUGIN = "org.eclipse.mylyn.hudson.ui"; //$NON-NLS-1$
}