Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-09-03 13:58:32 +0300
committerPatrik Kernstock <info@pkern.at>2018-09-03 13:58:32 +0300
commite80597afd7605480b2f2052752d989320c55709d (patch)
treed18550c8514144514f7e891c2683b678461ed571 /appinfo
parent7347c793dfc25712ebbeae4a5d1a87fbe485dee0 (diff)
Add schema location for validation by e.g. IDEs
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index beef094..327c5f3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>serverinfo</id>
<name>Monitoring</name>
<summary>Monitoring app with useful server information</summary>