From 3e83a9e1df3c8664db33150f4c69204aefc02031 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 12 Oct 2009 22:25:05 +0200 Subject: [PATCH] Fix classpath to use jsch and args4j from orbit All 3rd party dependencies must come from orbit to comply with Eclipse development process. Change-Id: Ia43892ab6d0169f8335c1a41b37e8c12e94cafe2 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.pgm/.classpath | 2 +- org.eclipse.jgit.test/.classpath | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit.pgm/.classpath b/org.eclipse.jgit.pgm/.classpath index a91b30e8..9c9a204a 100644 --- a/org.eclipse.jgit.pgm/.classpath +++ b/org.eclipse.jgit.pgm/.classpath @@ -1,8 +1,8 @@ - + diff --git a/org.eclipse.jgit.test/.classpath b/org.eclipse.jgit.test/.classpath index cb944bd3..af7d1e93 100644 --- a/org.eclipse.jgit.test/.classpath +++ b/org.eclipse.jgit.test/.classpath @@ -6,6 +6,6 @@ - + -- 2.11.4.GIT