nextcloud/apps/workflowengine/appinfo/info.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
1.6 KiB
XML
Raw Normal View History

2016-07-26 05:16:34 -04:00
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2016-07-26 05:16:34 -04:00
<id>workflowengine</id>
<name>Nextcloud workflow engine</name>
<summary>Nextcloud workflow engine</summary>
<description>Nextcloud workflow engine</description>
<version>2.13.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Julius Härtl</author>
<author>Morris Jobke</author>
2016-07-26 05:16:34 -04:00
<namespace>WorkflowEngine</namespace>
<types>
<filesystem/>
</types>
<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 05:16:34 -04:00
<dependencies>
<nextcloud min-version="31" max-version="31"/>
2016-07-26 05:16:34 -04:00
</dependencies>
2016-08-19 11:44:24 -04:00
<background-jobs>
<job>OCA\WorkflowEngine\BackgroundJobs\Rotate</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\WorkflowEngine\Command\Index</command>
</commands>
2016-08-19 11:44:24 -04:00
<settings>
<admin>OCA\WorkflowEngine\Settings\Admin</admin>
2016-08-19 11:44:24 -04:00
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
<personal>OCA\WorkflowEngine\Settings\Personal</personal>
<personal-section>OCA\WorkflowEngine\Settings\Section</personal-section>
2016-08-19 11:44:24 -04:00
</settings>
2016-07-26 05:16:34 -04:00
</info>