2016-07-26 09:16:34 +00:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 15:04:45 +00:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-07-26 09:16:34 +00:00
|
|
|
<id>workflowengine</id>
|
2016-08-04 17:59:18 +00:00
|
|
|
<name>Files workflow engine</name>
|
2018-02-07 15:04:45 +00:00
|
|
|
<summary>Files workflow engine</summary>
|
|
|
|
<description>Files workflow engine</description>
|
2019-09-05 07:09:58 +00:00
|
|
|
<version>1.8.0</version>
|
2018-02-07 15:04:45 +00:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Morris Jobke</author>
|
2016-07-26 09:16:34 +00:00
|
|
|
<namespace>WorkflowEngine</namespace>
|
|
|
|
|
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
|
|
|
|
2018-02-07 15:04:45 +00:00
|
|
|
<category>files</category>
|
|
|
|
<website>https://github.com/nextcloud/server</website>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
<repository>https://github.com/nextcloud/server.git</repository>
|
|
|
|
|
2016-07-26 09:16:34 +00:00
|
|
|
<dependencies>
|
2019-09-05 07:09:58 +00:00
|
|
|
<nextcloud min-version="18" max-version="18"/>
|
2016-07-26 09:16:34 +00:00
|
|
|
</dependencies>
|
2016-08-19 15:44:24 +00:00
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
|
|
|
|
</settings>
|
2016-07-26 09:16:34 +00:00
|
|
|
</info>
|