Skip to content

Commit 650f895

Browse files
kaikreuzerwborn
authored andcommitted
removed 1.x compatibility layer (openhab#1284)
Signed-off-by: Kai Kreuzer <[email protected]>
1 parent 32e2011 commit 650f895

File tree

129 files changed

+2
-10246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2
-10246
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
Warning: Note that this is most likely not the project you are looking for.
44

5-
openHAB mainly consist out of the core components, extensions that are openHAB1-compatible from
6-
https://github.com/openhab/openhab1-addons and extensions that are openHAB2-compatible from
7-
https://github.com/openhab/openhab2-addons. All is then packaged into a distribution in
5+
openHAB mainly consist out of the core components and extensions that are from
6+
https://github.com/openhab/openhab-addons. All is then packaged into a distribution in
87
https://github.com/openhab/openhab-distro.
98

109
## Contribution guidelines

bom/openhab-core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
<version>${project.version}</version>
3939
<scope>compile</scope>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.openhab.core.bundles</groupId>
43-
<artifactId>org.openhab.core.compat1x</artifactId>
44-
<version>${project.version}</version>
45-
<scope>compile</scope>
46-
</dependency>
4741
<dependency>
4842
<groupId>org.openhab.core.bundles</groupId>
4943
<artifactId>org.openhab.core.karaf</artifactId>

bundles/org.openhab.core.compat1x/.classpath

Lines changed: 0 additions & 27 deletions
This file was deleted.

bundles/org.openhab.core.compat1x/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

bundles/org.openhab.core.compat1x/NOTICE

Lines changed: 0 additions & 13 deletions
This file was deleted.

bundles/org.openhab.core.compat1x/bnd.bnd

Lines changed: 0 additions & 2 deletions
This file was deleted.

bundles/org.openhab.core.compat1x/pom.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

bundles/org.openhab.core.compat1x/src/main/java/org/openhab/core/autoupdate/AutoUpdateBindingProvider.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)