public interface TychoOsgiRuntimeArtifacts
Modifier and Type | Field and Description |
---|---|
static String |
HINT_FRAMEWORK
Main Tycho OSGi runtime artifacts.
|
static String |
NOEMBED
Bundle manifest attribute name, if set, bundle is not intended for use when Tycho is embedded
in another Equinox-based application.
|
Modifier and Type | Method and Description |
---|---|
List<org.apache.maven.model.Dependency> |
getRuntimeArtifacts()
Returns list of Maven artifacts that will be installed in Tycho's OSGi runtime.
|
static final String HINT_FRAMEWORK
Dependency
list is
expected to point at a directory following eclipse installation layout (i.e. with config/,
plugins/ subdirectories). org.eclipse.osgi is expected to be under plugins/ subdirectorystatic final String NOEMBED
List<org.apache.maven.model.Dependency> getRuntimeArtifacts()
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.