blob: e11f765e8a188d43d07db9bddaae28f6c755fa05 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2011 Sonatype Inc. 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:
* Sonatype Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.tycho.core;
import org.eclipse.tycho.ArtifactDescriptor;
import org.eclipse.tycho.model.PluginRef;
/**
* Describes Eclipse plugin jar in context of aggregator project like eclipse-feature or
* eclipse-application.
*
* @author igor
*/
public interface PluginDescription extends ArtifactDescriptor {
PluginRef getPluginRef();
}