mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Fix install extension jobRequest file
This commit is contained in:
parent
dbfd8a66af
commit
96aff679e6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<jobRequest xmlns="http://www.xwiki.org">
|
<jobRequest xmlns="http://www.xwiki.org">
|
||||||
<id>
|
<id>
|
||||||
<element>extension</element>
|
<element>extension</element>
|
||||||
<element>provision</element>
|
<element>action</element>
|
||||||
<element>__JOB_ID__</element>
|
<element>__JOB_ID__</element>
|
||||||
<!-- <string>wiki:xwiki</string> -->
|
<!-- <string>wiki:xwiki</string> -->
|
||||||
</id>
|
</id>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<key>namespaces</key>
|
<key>namespaces</key>
|
||||||
<value>
|
<value>
|
||||||
<list xmlns="" xmlns:ns2="http://www.xwiki.org">
|
<list xmlns="" xmlns:ns2="http://www.xwiki.org">
|
||||||
<string>xwiki:xwiki</string>
|
<string>wiki:xwiki</string>
|
||||||
</list>
|
</list>
|
||||||
</value>
|
</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue