Fix .classpath to make jgit easily runnable from inside eclipse
commitd9fc01b8b2043e0e0bcf719c62be3d5889ac9954
authorChristian Halstrick <christian.halstrick@sap.com>
Tue, 2 Feb 2010 12:30:48 +0000 (2 13:30 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Tue, 2 Feb 2010 14:16:29 +0000 (2 15:16 +0100)
tree71cec4b76ffedb2d9ca79c941b75ffae431c1664
parentefa8b52df5627b0d0d17e312e9d585b6232ceed6
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 <christian.halstrick@sap.com>
org.eclipse.jgit.pgm/.classpath