Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Customizing .eclipseproduct

I thought that just by including productConfigurationFile in
tycho-p2-repository-plugin:

<plugin>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>tycho-p2-repository-plugin</artifactId>
   <version>${tycho-version}</version>
   <configuration>
      <includeAllDependencies>true</includeAllDependencies>
      <archiveSite>true</archiveSite>
      <p2inf>iWayIntegrationTools.p2.inf</p2inf>
      <productConfigurationFile>iWayIntegrationTools.product</productConfigurationFile>
   </configuration>
</plugin>

Would populate .eclipseproduct keys with values from my .product file.
Is this the case?

Thanks,
Alex


Back to the top