Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • master default
  • 7.0.0.202409031743-jpms
  • 7.0.0-jpms-1
4 results

org.eclipse.jgit.pgm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christian Halstrick authored
    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>
    d9fc01b8
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..