From 91021cb66f008ccebf430bcd7527bd215cae03aa Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Tue, 9 Oct 2018 09:15:35 +0200 Subject: [PATCH] Configure classpath for separate test sources in Eclipse Eclipse Photon supports separating sources and test sources. There are no functional changes in the IDE, except for test source folders having a different icon color. Users of different IDEs than Eclipse are not affected, since the attribute on the classpath entries will be ignored by their IDE. Bug: 539933 Change-Id: Iac6dcdf0c0730ca775bae90df6a685303dc95380 Signed-off-by: Michael Keppler Signed-off-by: David Pursehouse --- org.eclipse.jgit.ant.test/.classpath | 6 +++++- org.eclipse.jgit.http.test/.classpath | 12 +++++++++-- org.eclipse.jgit.junit.http/.classpath | 18 ++++++++++------ org.eclipse.jgit.junit/.classpath | 6 +++++- org.eclipse.jgit.lfs.server.test/.classpath | 6 +++++- org.eclipse.jgit.lfs.test/.classpath | 12 +++++++++-- org.eclipse.jgit.pgm.test/.classpath | 12 +++++++++-- org.eclipse.jgit.test/.classpath | 24 +++++++++++++++++---- 8 files changed, 76 insertions(+), 20 deletions(-) diff --git a/org.eclipse.jgit.ant.test/.classpath b/org.eclipse.jgit.ant.test/.classpath index eca7bdba8..3e5654f17 100644 --- a/org.eclipse.jgit.ant.test/.classpath +++ b/org.eclipse.jgit.ant.test/.classpath @@ -2,6 +2,10 @@ - + + + + + diff --git a/org.eclipse.jgit.http.test/.classpath b/org.eclipse.jgit.http.test/.classpath index e6014c712..b25838024 100644 --- a/org.eclipse.jgit.http.test/.classpath +++ b/org.eclipse.jgit.http.test/.classpath @@ -2,7 +2,15 @@ - - + + + + + + + + + + diff --git a/org.eclipse.jgit.junit.http/.classpath b/org.eclipse.jgit.junit.http/.classpath index b862a296d..3e5654f17 100644 --- a/org.eclipse.jgit.junit.http/.classpath +++ b/org.eclipse.jgit.junit.http/.classpath @@ -1,7 +1,11 @@ - - - - - - - + + + + + + + + + + + diff --git a/org.eclipse.jgit.junit/.classpath b/org.eclipse.jgit.junit/.classpath index eca7bdba8..3e5654f17 100644 --- a/org.eclipse.jgit.junit/.classpath +++ b/org.eclipse.jgit.junit/.classpath @@ -2,6 +2,10 @@ - + + + + + diff --git a/org.eclipse.jgit.lfs.server.test/.classpath b/org.eclipse.jgit.lfs.server.test/.classpath index 4f9f6bf22..f08af0a4e 100644 --- a/org.eclipse.jgit.lfs.server.test/.classpath +++ b/org.eclipse.jgit.lfs.server.test/.classpath @@ -2,6 +2,10 @@ - + + + + + diff --git a/org.eclipse.jgit.lfs.test/.classpath b/org.eclipse.jgit.lfs.test/.classpath index e43ae76c5..e79b7c763 100644 --- a/org.eclipse.jgit.lfs.test/.classpath +++ b/org.eclipse.jgit.lfs.test/.classpath @@ -2,7 +2,15 @@ - - + + + + + + + + + + diff --git a/org.eclipse.jgit.pgm.test/.classpath b/org.eclipse.jgit.pgm.test/.classpath index b26f4c45d..1334739b7 100644 --- a/org.eclipse.jgit.pgm.test/.classpath +++ b/org.eclipse.jgit.pgm.test/.classpath @@ -1,7 +1,15 @@ - - + + + + + + + + + + diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath index 84b5052a6..3b0dd26bc 100644 --- a/org.eclipse.jgit.test/.classpath +++ b/org.eclipse.jgit.test/.classpath @@ -1,9 +1,25 @@ - - - - + + + + + + + + + + + + + + + + + + + +