public interface PublishProductTool
Modifier and Type | Method and Description |
---|---|
List<DependencySeed> |
publishProduct(File productDefinition,
File launcherBinaries,
String flavor)
Publishes the given product definition.
|
List<DependencySeed> publishProduct(File productDefinition, File launcherBinaries, String flavor)
productDefinition
- A .product file as defined by the Eclipse PDElauncherBinaries
- A folder that contains the native Eclipse launcher binariesflavor
- The installation flavor the product shall be published forCopyright © 2008–2021 Eclipse Foundation. All rights reserved.