X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=README;h=fbf7eea1b721ec095680da51024404eadb877209;hb=59c4f98460a3a199ce2c0340a43f0b517edaacfc;hp=98eda7759e6e053c613bd51c055a8418c286eee4;hpb=63195abf34dfc47a0950289ea8ca666ce48aa802;p=cc0%2Fargeo-build.git diff --git a/README b/README index 98eda77..fbf7eea 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, 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 For example usage, look at one of the core Argeo layers (typically Argeo Commons) on http://git.argeo.org :