We started our development of our application against Eclipse 3.3 and we
needed an update mechanism that updates our application (if necessary,
when updates are available) at startup. To pull that one of we found some
very useable code at
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg05356.html
But now we migrated to Eclipse 3.4 and now we want to do the same with the
new mechanism, p2.
So is there any tutorial/code telling you what to do step by step to setup
a p2-enabled update site + invoking the update mechanism automatically
without any user interaction?