From 6c1f7393882baf8464859136a70199ea96fcae0f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 27 Jan 2015 01:43:24 +0100 Subject: Move console classes to pgm bundle Since we updated minimum Java version to Java 7 the console bundle doesn't need to be a separate bundle anymore. Move the contained classes to the pgm bundle which is using these classes. Change-Id: If8e6f2d7405fdfe6f4b178673b4ccf99c67d4b64 Signed-off-by: Matthias Sohn --- pom.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 94a88e6db9..863866df65 100644 --- a/pom.xml +++ b/pom.xml @@ -566,24 +566,11 @@ - - jgit.java6 - - [1.6,) - - - org.eclipse.jgit.console - - jgit.java7 [1.7,) - - org.eclipse.jgit.java7 - org.eclipse.jgit.java7.test - jgit.java8 @@ -691,9 +678,11 @@ org.eclipse.jgit.http.apache org.eclipse.jgit.http.server org.eclipse.jgit.pgm + org.eclipse.jgit.java7 org.eclipse.jgit.junit org.eclipse.jgit.junit.http + org.eclipse.jgit.java7.test org.eclipse.jgit.test org.eclipse.jgit.ant.test org.eclipse.jgit.http.test -- cgit v1.2.3