To build, you need a recent SBuild installed.
git clone https://github.com/SBuild-org/sbuild-eclipse-plugin.git cd sbuild-eclipse-plugin/update-site sbuild update-site
After that, you will find an update-site under update-site/target/update-site
.
-
Extracted SBuild Resolver into separate Plugin, so that different SBuild resolvers can be used simultaneosly. For now, there are two resolvers, one for the next upcomming SBuild version 0.8 (based on Scala 2.11) and one for older SBuild up until version 0.7.x (based on Scala 2.10).
-
Support for SBuild 0.8.x
-
Improved configuration. Now a new "SBuild" entry in the Eclipse settings dialog holds all configuration. The Eclipse classpath variable "SBUILD_HOME" is no longer required nor used.
-
Migrated to Scala 2.11
-
Added new SBuild Nature plus a menu entry to simply add the SBuild nature to any project.
-
Various refactorings.
-
Added "Refresh SBuild Dependencies" menu entry.