From 40d025a202b2984b33e3b7e32bdb31c39530cc02 Mon Sep 17 00:00:00 2001 From: Serge Rider Date: Sat, 27 Jan 2024 13:21:36 +0100 Subject: [PATCH] Readme update --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d9858..c087126 100644 --- a/README.md +++ b/README.md @@ -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