From 1316d43e51d4f687e2b0cc32665495e7bc18c9f9 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Thu, 8 Nov 2018 16:58:52 +0100 Subject: Move SshTestGitServer to new bundle org.eclipse.jgit.junit.ssh Create the bundle and move the SshTestGitServer there. Verified that the Eclipse build still works and ran JSchSshTest and ApacheSshTest as junit tests inside Eclipse. Update maven build and features to account for that. Verified by running full maven build including packaging. Update bazel build files to account for that. Verified by a clean-slate bazel build :all, followed by running the JSchSshTest and the ApacheSshTest via bazel. Change-Id: Ia084942f4425b454529de148e00417e7da786a90 Signed-off-by: Thomas Wolf --- org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs (limited to 'org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs') diff --git a/org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs b/org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs new file mode 100644 index 0000000000..82793f2d27 --- /dev/null +++ b/org.eclipse.jgit.junit.ssh/.settings/org.eclipse.pde.core.prefs @@ -0,0 +1,3 @@ +#Thu Jan 14 14:34:32 CST 2010 +eclipse.preferences.version=1 +resolve.requirebundle=false -- cgit v1.2.3