Interface PublishProductTool

    • Method Detail

      • publishProduct

        List<DependencySeed> publishProduct​(File productDefinition,
                                            File launcherBinaries,
                                            String flavor)
        Publishes the given product definition.
        Parameters:
        productDefinition - A .product file as defined by the Eclipse PDE
        launcherBinaries - A folder that contains the native Eclipse launcher binaries
        flavor - The installation flavor the product shall be published for
        Returns:
        a handles to the published product IU