Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Generate binary artifacts for a product

Yes, you can have Tycho export complete products for you. The result is
the same as if you were to export a product file. In tycho you use the
eclipse-repository packaging type.

More info can be found on the tycho wiki[1]. There is an example in the
tycho examples project as well[2]. After cloning the examples, look in
the ipt04-rcp folder.

HTH

Ben

[1]http://wiki.eclipse.org/Tycho/Packaging_Types#eclipse-repository
[2]http://git.eclipse.org/gitroot/tycho/org.eclipse.tycho-demo.git


On Fri, Sep 7, 2012, at 01:04 PM, Loic SF wrote:
> Hello,
> 
> Is it possible to generate the binary artifacts for a product like an
> eclipse export on a .product file will do ?
> 
> If so, what would be a typical Pom configuration for it ?
> 
> Thanks,
> Loic. 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top