From: J-N-K Date: Sat, 13 May 2023 18:55:31 +0000 (+0200) Subject: [jdbc] Fix addon-info (#14987) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=d85bb786ad5161a72e014d77081c7543d9fab5fb;p=openhab-addons.git [jdbc] Fix addon-info (#14987) Signed-off-by: Jan N. Klug --- diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-derby.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-derby.xml new file mode 100644 index 0000000000..1f92d88fff --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-derby.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (Derby) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-h2.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-h2.xml new file mode 100644 index 0000000000..4fabe6118b --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-h2.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (H2) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-hsqldb.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-hsqldb.xml new file mode 100644 index 0000000000..529df6f37d --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-hsqldb.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (HSQLDB) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mariadb.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mariadb.xml new file mode 100644 index 0000000000..699b4e346d --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mariadb.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (MariaDB) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mysql.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mysql.xml new file mode 100644 index 0000000000..eaa6a909cc --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-mysql.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (MySQL) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-postgresql.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-postgresql.xml new file mode 100644 index 0000000000..b84e2d0d27 --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-postgresql.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (PostgreSQL) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-sqlite.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-sqlite.xml new file mode 100644 index 0000000000..2ff669ae5c --- /dev/null +++ b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon-sqlite.xml @@ -0,0 +1,14 @@ + + + + persistence + JDBC persistence (SQLite) + This is the persistence add-on for JDBC. + + org.openhab.jdbc + + + + diff --git a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon.xml deleted file mode 100644 index cc39f09d4a..0000000000 --- a/bundles/org.openhab.persistence.jdbc/src/main/resources/OH-INF/addon/addon.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - persistence - JDBC persistence - This is the persistence add-on for JDBC. - - org.openhab.jdbc - - - -