From d0a4362d81f3fbf4b1d3d062646770db167ed75d Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Tue, 19 Dec 2023 15:42:32 +0100 Subject: [PATCH] Remove outdated information from README Also add a link to JGit. Change-Id: I334df64b6497a24700de056d324ebffc34b36dda --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 08c73dc7a9..966d387e2e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Eclipse Git Plugin -_EGit_ is a set of Eclipse plugins for working with Git repositories. It is -based on the _JGit_ library, which is a Git implementation in pure Java. This -package is licensed under the _EPL 2.0_. Please refer to the `LICENSE` file -for the complete license. +_EGit_ is a set of Eclipse plugins for working with Git repositories. +It is based on the [_JGit_ library](https://github.com/eclipse-jgit/jgit), +which is a Git implementation in pure Java. +This package is licensed under the _EPL 2.0_. +Please refer to the `LICENSE` file for the complete license. ## Components @@ -25,15 +26,12 @@ This package is composed of the following major components. workspace. - __org.eclipse.egit.ui__: An Eclipse plugin providing the user interface on top of org.eclipse.egit.core. -- __org.eclipse.egit.ui.importer__: An Eclipse plugin integrating the Eclipse - smart import wizard to improve importing projects from Git repositories. ### Tests -- __org.eclipse.egit.core.junit__: Reusable classes used by _EGit_ tests +- __org.eclipse.egit.core.junit__: Reusable classes used by _EGit_ tests. - __org.eclipse.egit.core.test__: Unit tests for org.eclipse.egit.core. - __org.eclipse.egit.gitflow.test__: Unit tests for org.eclipse.egit.gitflow. -- __org.eclipse.egit.ui.importer.test__: UI tests for org.eclipse.egit.ui.smartimport. - __org.eclipse.egit.ui.test__: UI tests for org.eclipse.egit.ui. ### Packaging