From 5c71815a4ab6b0189f32e5b5d627ac369d01ee9b Mon Sep 17 00:00:00 2001 From: Mathieu Date: Tue, 21 Feb 2023 10:11:34 +0100 Subject: [PATCH] Use spaces instead of tabs in README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 98eda77..db0db62 100644 --- a/README +++ b/README @@ -5,10 +5,10 @@ It is NOT meant as a generic Java build system. ## Components Argeo Build depends on the Eclipse ECJ Java compiler, and on the BND Tools library for OSGi metadata generation (and therefore on SLF4j). -- 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 -- Repackage.java downloads and repackages as OSGi bundles Maven artifacts or Eclipse releases (cf. Argeo TP) +- 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 +- Repackage.java downloads and repackages as OSGi bundles Maven artifacts or Eclipse releases (cf. Argeo TP) ## Usage For example usage, look at one of the core Argeo layers (typically Argeo Commons) on http://git.argeo.org : -- 2.30.2