Skip to content

Commit ed747cb

Browse files
committed
add link to the new repo Tagging
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 5012f8a commit ed747cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_manual/repositories-view.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ It may be located anywhere:
2020

2121
Bndtools uses repositories in the following ways:
2222

23-
* To look up bundles specified on the Build Path by Bundle Symbolic Name (BSN) and version;
24-
* To resolve the Run Requirements list;
25-
* To look up bundles specified in the Run Bundles list by BSN and version.
23+
* To look up bundles specified on the Build Path by Bundle Symbolic Name (BSN) and version
24+
* To resolve the Run Requirements list (see [Resolving Dependencies](https://bnd.bndtools.org/chapters/250-resolving.html#resolving-in-bndtools))
25+
* To look up bundles specified in the Run Bundles list by BSN and version
2626

2727
Repositories are implemented as [bnd plug-ins](https://bnd.bndtools.org/chapters/870-plugins.html), and can be configured by editing the Plugins sections of the workspace configuration file (*Bndtools* menu » *Open main bnd config*).
28+
Repostories can be [tagged](https://bnd.bndtools.org/chapters/870-plugins.html#tagging-of-repository-plugins) to control if they are considered for resolving dependencies.
29+
2830

2931
![](/images/concepts/repositories01.png)
3032

0 commit comments

Comments
 (0)