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
parent
5213a34512
commit
50f9ac4db6
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue