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: developers/buildsystem.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ These dependencies are embedded in the resulting bundle automatically.
38
38
39
39
There are two exceptions:
40
40
41
-
1. Dependencies to other openHAB bundles (e.g. `org.openhab.addons.bundles/org.openhab.binding.bluetooth/2.5.0-SNAPSHOT` or `org.openhab.addons.bundles/org.openhab.transform.map/2.5.0-SNAPSHOT`).
41
+
1. Dependencies to other openHAB bundles (e.g. `org.openhab.addons.bundles/org.openhab.binding.bluetooth/3.1.0-SNAPSHOT` or `org.openhab.addons.bundles/org.openhab.transform.map/3.1.0-SNAPSHOT`).
42
42
1. Bundles that are used by more than one binding (e.g. Netty-bundles like `io.netty/netty-common/4.1.34.Final`).
43
43
44
44
Dependencies on other openHAB bundles should have the scope `provided`.
45
45
To ensure that they are available at runtime they also need to be added to the `feature.xml`:
Copy file name to clipboardExpand all lines: developers/ide/vscode.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following steps will show you how to setup a specific bundle for development
39
39
40
40
1. Open console to the bundle location (example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound`)
41
41
1.`mvn clean install -DskipChecks` in the console to build the bundle
42
-
1. Should produce a jar file in the 'target' directory of the bundle(example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound\target\org.openhab.binding.russound-2.5.0-SNAPSHOT.jar`)
42
+
1. Should produce a jar file in the 'target' directory of the bundle(example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound\target\org.openhab.binding.russound-3.1.0-SNAPSHOT.jar`)
43
43
44
44
1. Open VSCode and then open the folder of the bundle. From VSCode - use `File->Open Folder->choose bundle directory` (example: `%BASE%\openhab-addons\bundles\org.openhab.binding.russound`)
0 commit comments