LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

Migrate build from ant to Tycho #42

Open smehrbrodt opened 7 years ago

smehrbrodt commented 7 years ago

Tycho is the recommended way to build Eclipse plugins these days. We should migrate to it. That would also allow us to switch to the modern update sites.

Tutorial: http://www.vogella.com/tutorials/EclipseTycho/article.html Steps 1-8 should be enough for our use case.