Skip to content

Commit

Permalink
Merge "Remove outdated information from README"
Browse files Browse the repository at this point in the history
  • Loading branch information
msohn authored and gerritforge-ltd committed Dec 22, 2023
2 parents 69a86ac + d0a4362 commit 33712c1
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 33712c1

Please sign in to comment.