mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<jobRequest xmlns="http://www.xwiki.org">
|
|
<id>
|
|
<element>extension</element>
|
|
<element>action</element>
|
|
<element>__JOB_ID__</element>
|
|
<!-- <string>wiki:xwiki</string> -->
|
|
</id>
|
|
<interactive>false</interactive>
|
|
<remote>false</remote>
|
|
<verbose>true</verbose>
|
|
<property>
|
|
<key>extensions</key>
|
|
<value>
|
|
<list xmlns="" xmlns:ns2="http://www.xwiki.org">
|
|
<org.xwiki.extension.ExtensionId>
|
|
<id>__EXTENSION_ID__</id>
|
|
<version class="org.xwiki.extension.version.internal.DefaultVersion" serialization="custom">
|
|
<org.xwiki.extension.version.internal.DefaultVersion>
|
|
<string>__EXTENSION_VERSION__</string>
|
|
</org.xwiki.extension.version.internal.DefaultVersion>
|
|
</version>
|
|
</org.xwiki.extension.ExtensionId>
|
|
</list>
|
|
</value>
|
|
</property>
|
|
<!-- Note that namespaces param don't work correctly for now and is just ingored by the extension installer -->
|
|
<property>
|
|
<key>namespaces</key>
|
|
<value>
|
|
<list xmlns="" xmlns:ns2="http://www.xwiki.org">
|
|
<string>wiki:xwiki</string>
|
|
</list>
|
|
</value>
|
|
</property>
|
|
</jobRequest>
|