You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _manual/repositories-view.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ It may be located anywhere:
20
20
21
21
Bndtools uses repositories in the following ways:
22
22
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
26
26
27
27
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.
0 commit comments