From: Mathieu Date: Tue, 21 Feb 2023 09:12:38 +0000 (+0100) Subject: Simplify README X-Git-Tag: v2.3.5~126 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=273fa23ba0fecc014cf1ea2c9cc6bb3e7dcf07c7;p=cc0%2Fargeo-build.git Simplify README --- diff --git a/README b/README index db0db62..fbf7eea 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Argeo Build depends on the Eclipse ECJ Java compiler, and on the BND Tools libra - osgi.mk is included in the root Makefile of the layer being built - configure configures a build environment -- Make.java compiles Java code and creates OSGi bundles based on the bnd.bnd file of each project within the layer +- Make.java compiles Java code, creates OSGi bundles based on the bnd.bnd file in each project - Repackage.java downloads and repackages as OSGi bundles Maven artifacts or Eclipse releases (cf. Argeo TP) ## Usage