forked from dbeaver/dbeaver-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
184ba75
commit 40d025a
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# dbeaver-common | ||
Common utils and dependencies for all DBeaver projects | ||
# DBeaver Common | ||
|
||
Common utils and dependencies for all [DBeaver](https://github.com/dbeaver) projects | ||
|
||
This repository is a requirement for the following products: | ||
- [DBeaver Community](https://github.com/dbeaver/dbeaver) | ||
- [CloudBeaver Community](https://github.com/dbeaver/cloudbeaver) | ||
|
||
It must be checked out in the same directory where the main repository is located. | ||
|
||
What is inside: | ||
- root: root Maven module for all projects. Defines base properties and dependencies (such as Tycho) | ||
- modules: base Java utilities |