Skip to content
Snippets Groups Projects
Commit d9fc01b8 authored by Christian Halstrick's avatar Christian Halstrick
Browse files

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: default avatarChristian Halstrick <christian.halstrick@sap.com>
parent efa8b52d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment