From: Christian Halstrick Date: Tue, 2 Feb 2010 12:30:48 +0000 (+0100) Subject: Fix .classpath to make jgit easily runnable from inside eclipse X-Git-Tag: v0.7.0~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d9fc01b8b2043e0e0bcf719c62be3d5889ac9954;p=jgit.git Fix .classpath to make jgit easily runnable from inside eclipse When running jgit from inside Eclipse (e.g. rightclick on project org.eclipse.jgit.pgm and select Run as->Java application) no commands are found. This is because the commands are loaded from a resource file /META-INF/services/org.eclipse.jgit.pgm.TextBuiltin and this file is not anymore on the classpath. I fixed this by modifying .classpath to contain the META-INF directory. Signed-off-by: Christian Halstrick --- diff --git a/org.eclipse.jgit.pgm/.classpath b/org.eclipse.jgit.pgm/.classpath index 304e86186a..c2f8fa7c8d 100644 --- a/org.eclipse.jgit.pgm/.classpath +++ b/org.eclipse.jgit.pgm/.classpath @@ -1,6 +1,7 @@ +