From 7a02faceebd059b8c8c9a7d75ba502316160a155 Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Thu, 28 May 2020 18:15:03 +0200 Subject: [PATCH] Make Subheadings Use Proper Subheading Syntax This way they render out as proper markdown and don't look weird on the website Signed-off-by: Stefan Zabka --- developers/buildsystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/buildsystem.md b/developers/buildsystem.md index 93d27686c5..4e2decd3e5 100644 --- a/developers/buildsystem.md +++ b/developers/buildsystem.md @@ -21,7 +21,7 @@ This section talks about some common buildsystem related topics and also some qu Generally all dependencies should be OSGi-bundles and available on JCenter. -** External dependency ** +### External dependency In most cases they should be referenced in the project POM with scope `provided`: ``` @@ -48,7 +48,7 @@ If the bundle is not an OSGi-bundle, you need to wrap it and provide proper name wrap:mvn:foo.bar/baz/1.0.0$Bundle-Name=Foobar%20Baz%20Library&Bundle-SymbolicName=foo.bar.baz&Bundle-Version=1.0.0 ``` -** Internal dependency ** +### Internal dependency In two cases libraries can be added to the `/lib` directory: 1. The bundle is not available for download