7ec9db8633a3030e3a3ab98ba5506c5d8ed61a4c Add a new organize imports mode that keeps the user's grouping.
Until now, the full organize imports always threw out all existing
imports and inserted the new ones. With the new RecomputeAndModify mode,
user's import layout is preserved as good as possible. This is also
useful when organize imports is used by another refactoring, e.g.
Move Class.
64370a9999f062fac587ce32ac9b0d6b3e722311 Improve inline local precondition checks.
Make sure the value we're trying to inline is really a local val, and fix
an issue when inlining parts of right-associative methods.
af42f1761794cb09ac1e0f2b96caff1edfce2ac9 POM cleanup
* Adapted POM for building the Scala IDE against 2.9.3-SNAPSHOT.
* To build the project you now need to run maven with `-P scala-2.9.x`