Hi all,

Here is a proposal for a new 4.40.0.Alpha2-SNAPSHOT target platform: https://github.com/jbosstools/jbosstools-target-platforms/pull/32
It consists in the following changes:
* Update to Luna M4
** most projects have contributed a new build for M4
** some projects did not change compared to previous TP (Orbit, Mylyn, SWTBot)
** TP now includes latest 3.2.0 release of EGit
** TP now includes Jetty 8.1.12 release instead of 8.1.10 (so does the Eclipse Luna M4 package)
** 3rd party stuff (Atlassian, GWT) was not updated.


Please review this PR and yell if there is anything shocking. You can use the following stuff to try to build build the TP locally and try out against your component:

Build target-platform:

  $ cd jbosstools-target-platforms
  $ git fetch mistria LunaM4
  $ git checkout FETCH_HEAD
  $ cd jbosstools/multiple
  $ mvn clean install -P \!multiple2repo

Try with just built target-platform:
  $ cd /path/to/your/component
  $ mvn clean verify -Dtpc.version=4.40.0.Alpha2-SNAPSHOT -Pmultiple.target

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets