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

removed 1.x compatibility layer #1284

Merged
merged 1 commit into from
Dec 21, 2019
Merged
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

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

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

## Contribution guidelines
Expand Down
6 changes: 0 additions & 6 deletions bom/openhab-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.compat1x</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.karaf</artifactId>
Expand Down
27 changes: 0 additions & 27 deletions bundles/org.openhab.core.compat1x/.classpath

This file was deleted.

23 changes: 0 additions & 23 deletions bundles/org.openhab.core.compat1x/.project

This file was deleted.

13 changes: 0 additions & 13 deletions bundles/org.openhab.core.compat1x/NOTICE

This file was deleted.

2 changes: 0 additions & 2 deletions bundles/org.openhab.core.compat1x/bnd.bnd

This file was deleted.

38 changes: 0 additions & 38 deletions bundles/org.openhab.core.compat1x/pom.xml

This file was deleted.

This file was deleted.

Loading