summaryrefslogtreecommitdiffstats
path: root/tests/apps/testapp-dependency-missing/appinfo/info.xml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-06-12 22:33:16 -0500
committerGitHub <noreply@github.com>2017-06-12 22:33:16 -0500
commit6a06df824e8527546e5374074efa2c51b1326a29 (patch)
tree3e97aa505a943f38280afa1ac5ce1881030e2364 /tests/apps/testapp-dependency-missing/appinfo/info.xml
parentea64cb00289a40ee3c12c195d7a2804ea1abe97e (diff)
parent02275e60c6a8bd9c5fe883c381cb78e49a2c04b7 (diff)
downloadnextcloud-server-6a06df824e8527546e5374074efa2c51b1326a29.tar.gz
nextcloud-server-6a06df824e8527546e5374074efa2c51b1326a29.zip
Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docs
Version and dependency are now required
Diffstat (limited to 'tests/apps/testapp-dependency-missing/appinfo/info.xml')
-rw-r--r--tests/apps/testapp-dependency-missing/appinfo/info.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/apps/testapp-dependency-missing/appinfo/info.xml b/tests/apps/testapp-dependency-missing/appinfo/info.xml
new file mode 100644
index 00000000000..c765400a76f
--- /dev/null
+++ b/tests/apps/testapp-dependency-missing/appinfo/info.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<info>
+ <id>testapp-infoxml-version</id>
+ <version>1.2.3</version>
+ <author>Jane</author>
+ <description>A b c</description>
+ <licence>Abc</licence>
+ <name>Test app</name>
+</info>