openhab-addons/bundles/org.openhab.automation.jythonscripting/src/main/resources/OH-INF/addon/addon.xml
Holger Hees e857f32a8a
[jythonscripting] Refactor, improve and simplify (#16508)
* moved implementation to 'internal'
* refactored JythonScriptEngineFactory
* implemented JythonScriptFileWatcher
* fixed addon.xml & package-info.java
* simplify stream list collector in JythonScriptEngineFactory
* changed codeowner for jythonscripting
* organized imports in JythonScriptEngineFactory

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2024-03-17 23:14:49 +01:00

15 lines
583 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<addon:addon id="jythonscripting" 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>automation</type>
<name>Jython Scripting</name>
<description>This adds a Jython script engine.</description>
<connection>none</connection>
<service-id>org.openhab.automation.jythonscripting</service-id>
<config-description-ref uri="automation:jythonscripting"/>
</addon:addon>