diff options
Diffstat (limited to 'apps/workflowengine/appinfo/info.xml')
-rw-r--r-- | apps/workflowengine/appinfo/info.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml new file mode 100644 index 00000000000..066589c6618 --- /dev/null +++ b/apps/workflowengine/appinfo/info.xml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<info> + <id>workflowengine</id> + <name>Files Workflow Engine</name> + <description></description> + <licence>AGPL</licence> + <author>Morris Jobke</author> + <version>1.0.0</version> + <namespace>WorkflowEngine</namespace> + + <category>other</category> + <website>https://github.com/nextcloud/server</website> + <bugs>https://github.com/nextcloud/server/issues</bugs> + <repository type="git">https://github.com/nextcloud/server.git</repository> + + <types> + <filesystem/> + </types> + + <dependencies> + <owncloud min-version="9.2" max-version="9.2" /> + </dependencies> +</info> |