Add Jython Scripting (#9404)

* Add Jython Scripting

Also-by: Scott Rushworth <openhab@5iver.com>
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-17 20:24:43 +01:00
committed by GitHub
parent 4586f18863
commit e7734449bc
10 changed files with 217 additions and 1 deletions

View File

@@ -76,6 +76,7 @@
<bnd.importpackage/>
<bnd.exportpackage/>
<bnd.fixupmessages/>
<bnd.includeresource>-${.}/NOTICE, -${.}/*.xsd</bnd.includeresource>
<feature.directory>src/main/feature/feature.xml</feature.directory>
@@ -153,7 +154,8 @@ Import-Package: \\
${bnd.exportpackage}
-sources: false
-contract: *
-includeresource: ${bnd.includeresource}]]></bnd>
-includeresource: ${bnd.includeresource}
-fixupmessages: ${bnd.fixupmessages}]]></bnd>
<!-- -dsannotations-options: norequirements -->
<!-- Bundle-SymbolicName: ${project.groupId}.${project.artifactId} -->
</configuration>