Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How put generated resources files (txt, properties...) on update site?

You may want to look at this article:
http://eclipsesource.com/blogs/2012/08/18/using-shared-libraries-with-eclipse-rcp/

Even though it is focused on native librairies, it equally applies to text file and other files that can go at the root of the install.

In the end those files end up being stored in a p2 artifact in an artifact repository.

Pascal

On 2012-10-16, at 3:26 AM, e92-330cd@xxxxxxxxx wrote:

> Hello,
> we are building our product with tycho, and during build we generate some txt files. Than we would like to put the binary jars on the update site. To provide our product to someone else. But we need to provide also that generated txt files. Coz the other side, needs to read(access) that txt files.
> 
> If there is another way how to share the generated files, i dont mind. Is it possible to use our local m2 repository, where will be stored the txt files?
> 
> Please what is the proper steps to achieve that? Thank you
> D.
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top