Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Subheadings Use Proper Subheading Syntax #1234

Merged
merged 1 commit into from
Jun 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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