Skip to content

Commit

Permalink
Make Subheadings Use Proper Subheading Syntax
Browse files Browse the repository at this point in the history
This way they render out as proper markdown and don't look weird on the website

Signed-off-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
  • Loading branch information
vringar committed May 28, 2020
1 parent 5154f54 commit 7a02fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developers/buildsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

```
Expand All @@ -48,7 +48,7 @@ If the bundle is not an OSGi-bundle, you need to wrap it and provide proper name
<bundle dependency="true">wrap:mvn:foo.bar/baz/1.0.0$Bundle-Name=Foobar%20Baz%20Library&amp;Bundle-SymbolicName=foo.bar.baz&amp;Bundle-Version=1.0.0</bundle>
```

** Internal dependency **
### Internal dependency

In two cases libraries can be added to the `/lib` directory:
1. The bundle is not available for download
Expand Down

0 comments on commit 7a02fac

Please sign in to comment.