Remove org.openhab.ui.cometvisu.php left-overs (#1767)

This helps with fixing the release pipeline, see:

https://ci.openhab.org/view/Sandbox/job/sandbox-openhab4-release/848/console

Signed-off-by: Wouter Born <github@maindrain.net>
pull/1766/head^2
Wouter Born 2023-03-05 20:46:48 +01:00 committed by GitHub
parent 5213a34512
commit 50f9ac4db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View File

@ -8,6 +8,5 @@
/bundles/org.openhab.ui.iconset.classic/ @kaikreuzer
/bundles/org.openhab.ui.basic/ @openhab/webui-maintainers
/bundles/org.openhab.ui.cometvisu/ @peuter
/bundles/org.openhab.ui.cometvisu.php/ @peuter
/bundles/org.openhab.ui.habot/ @ghys
/bundles/org.openhab.ui.habpanel/ @ghys

View File

@ -34,12 +34,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.ui.bundles</groupId>
<artifactId>org.openhab.ui.cometvisu.php</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.ui.bundles</groupId>
<artifactId>org.openhab.ui.habot</artifactId>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon:addon id="cometvisu-php" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>ui</type>
<name>CometVisu PHP Extension</name>
<description>This is the PHP Extension for the CometVisu backend.</description>
</addon:addon>