Skip to content

Commit

Permalink
Remove outdated information from README
Browse files Browse the repository at this point in the history
Also add a link to JGit.

Change-Id: I334df64b6497a24700de056d324ebffc34b36dda
  • Loading branch information
Bananeweizen committed Dec 19, 2023
1 parent 5d92e6c commit d0a4362
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit d0a4362

Please sign in to comment.