Here is a proposal for a change to the JBoss Tools 4.40.0.Beta2-SNAPSHOT target platform: https://github.com/jbosstools/jbosstools-target-platforms/pull/60

It consists in the following changes:
* https://issues.jboss.org/browse/JBIDE-17254 : Luna M7 (and removal of conflicting org.eclipse.equinox.p2.server feature, that does not seem necessary in JBT nor JBDS)
* https://issues.jboss.org/browse/JBIDE-17266 : Removal of Birt, which currently doesn't have any delivery compatible with Luna M7. It will be re-enabled as soon as something good is available

Please review the above PR(s), as it will be applied in the next 2 days.

You can use the following to build & test the TP locally against your component(s).
1. Build target-platform:
  $ cd jbosstools-target-platforms
  $ git fetch mickaelistria JBIDE-17254
  $ git checkout FETCH_HEAD
  $ cd jbosstools/multiple
  $ mvn clean install -P \!multiple2repo
2. Try with just built target-platform:
  $ cd /path/to/your/component
  $ mvn clean verify -Dtpc.version=4.40.0.Beta2-SNAPSHOT -Pmultiple.target 
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets