Community
Participate
Working Groups
I couldn't find any official documentation how to use Tycho to build Eclipse bundles. I'm especially interested in the case how to convert a PDE-built bundle to Tycho. Can you create a demo using, say, org.eclipse.core.resources.
Some stuff that might be interested on this page: https://github.com/jsievers/tycho-demo/tree/master/tychodemo.bundle - Demo project which shows every feature (how to build bundles, tests them, build features, run UI tests with SWTBot, create source features, a p2 repo and a product). https://docs.sonatype.org/display/TYCHO/Tycho+reference+card - Old reference card but seems outdated. http://www.slideshare.net/PascalRapicault/tycho-building-plugins-with-maven - Slides with an introduction for Tycho but not very useful without any explanation of the bullet points.
Tycho provides demo projects for the most common use cases. I have added the pages [1] and [2] that gives you a chance to find them. Feel free to enhance the Wiki pages if you find information missing :-) I also updated the Tycho Reference Card and moved it to the Eclipse Wiki [3] [1] http://wiki.eclipse.org/Tycho/Demo_Projects [2] http://wiki.eclipse.org/Category:Tycho_Examples [3] http://wiki.eclipse.org/Tycho/Reference_Card
All the tycho documentation is scattered, so it's hard to distill info on how to build an eclipse plugin because the documentation uses different, unrelated versions. A reference manual (that centralizes all the tycho documentation) would really make a big difference.
Tycho Reference Card aims to be what you are looking for. Improvements to that page are very much appreciated.