Browse Source
also use the Neon target platform as the default target platform. Neon Eclipse platform requires BREE 8 so we have to use Java 8 at least for the JGit packaging build (for the compiler settings we still stick to source and target 1.7 since we want to still support Java 7) otherwise unpacking platform pack200 archives will fail since they are built using Java 8 and hence cannot be unpacked using Java 7's unpack200. Update org.junit from 4.11 to 4.11 and org.apache.ant from from 1.9.2 to 1.9.6 since the older versions are not available in Neon orbit version Ignore a couple of tests in ResourceUtilTest which now fail [1] since bug 476585 was fixed in Neon M6. CQ: 10694 CQ: 11308 Change-Id: I1a99a3ac2148693e21c57df5aeb848035b52b97b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-4.4
Matthias Sohn
9 years ago
6 changed files with 19 additions and 19 deletions
@ -1,8 +1,8 @@
|
||||
target "jgit-4.5" with source configurePhase |
||||
target "jgit-4.6" with source configurePhase |
||||
|
||||
include "projects/jetty-9.2.13.tpd" |
||||
include "orbit/S20151204220443-Neon.tpd" |
||||
include "orbit/S20160501200945-Neon.tpd" |
||||
|
||||
location "http://download.eclipse.org/releases/mars/" { |
||||
location "http://download.eclipse.org/releases/neon/" { |
||||
org.eclipse.osgi lazy |
||||
} |
Loading…
Reference in new issue