scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Major clean-up in POM's properties #116

Closed dotta closed 11 years ago

dotta commented 11 years ago

This clean-up was motivated by the impossibility of building the worksheet against the freshly staged 2.1-M3 for Juno. In short, the wrong eclipse.repo and ajdt.repo where provided when building the worksheet for Juno.

With the intent of making the POM easier to understand, I've created a number of new profiles that should simplify the task of building a release across different Scala and Eclipse versions.

Last, I took the opportunity to also move to the latest released Tycho, i.e., 0.16.

I'll make sure to update the wiki to reflect the changes.

(I'll have to bakport this to 0.1.x, prior to release 0.1.3)

dragos commented 11 years ago

LGTM