Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] root files for products

Hi All,

Is it possible to add root files to a product with Tycho?

I found an MNGECLIPSE1105rootfiles example in the Tycho repository, but it uses deprecated eclipse-application packaging. I've tried the same approach with eclipse-repository packaging, namely adding 

<properties
  <generatedBuildProperties>root.properties</generatedBuildProperties>
</properties>

to pom.xml and providing a root.properties file but the files are not added to the product.

Thanks,
Victor

Back to the top