diff options
Diffstat (limited to 'tests/apps/testapp-infoxml-version/appinfo/info.xml')
-rw-r--r-- | tests/apps/testapp-infoxml-version/appinfo/info.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/apps/testapp-infoxml-version/appinfo/info.xml b/tests/apps/testapp-infoxml-version/appinfo/info.xml new file mode 100644 index 00000000000..c765400a76f --- /dev/null +++ b/tests/apps/testapp-infoxml-version/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> |