]> source.dussan.org Git - jgit.git/commit
Allow full compiles on Java 8. 67/24067/1
authorAlexander Kurtakov <akurtako@redhat.com>
Fri, 28 Mar 2014 13:43:10 +0000 (15:43 +0200)
committerAlexander Kurtakov <akurtako@redhat.com>
Fri, 28 Mar 2014 13:43:10 +0000 (15:43 +0200)
commit20fc105021d77b43e52072fc8c2dd4810c68713a
tree4ae0a18a6b9311e3a4c919bd36697a094ee17131
parente56d50a94bfe60663bd589da61e07b9461f2c5f7
Allow full compiles on Java 8.

Make jgit.java6 and jgit.java7 activation based on ranges so modules in
jgit.java6 are enabled for Java 1.6+ and modules in jgit.java7 are
enabled for Java 1.7+. This enables full compiles on Java 8 and also
removes the need to list org.eclipse.jgit.console in both profiles.

Change-Id: Iabfcff18737ff435ba8d5e8efc7a581abc9a46ce
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
pom.xml