From 939f4baacf66d3da26e71e467ea4159f4fe5f386 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 23 Jul 2023 09:20:01 +0200 Subject: [PATCH] Typo and Eclipse is not supported any more --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e2698065..9897c919 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,7 @@ Note: Access is strictly read-only, no writing of new commits on branches is pos #### Change it -Implementation should be straightforward, the class `JGitFS` implements the commandline handling, `JGitFilesystem` implements the filesystem interfaces that are neede for simple read-only access as well as some caching, `JGitHelper` encapsulates access to Git, `GitUtils` are local utils for computing commits, ... - -Create matching Eclipse project files - - ./gradlew eclipse +Implementation should be straightforward, the class `JGitFS` implements the commandline handling, `JGitFilesystem` implements the filesystem interfaces that are needed for simple read-only access as well as some caching, `JGitHelper` encapsulates access to Git, `GitUtils` are local utils for computing commits, ... Run unit tests