mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-07 04:56:36 +01:00
e857f32a8a
* 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>
15 lines
583 B
XML
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>
|