From d82b353d4d96d3f3342986c113a2da089d039fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 23 Sep 2019 13:42:38 +0200 Subject: =?UTF-8?q?Move=20navigation=20entry=20to=20info.xml=20Signed-off-?= =?UTF-8?q?by:=20Raimund=20Schl=C3=BC=C3=9Fler=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appinfo/app.php | 24 ------------------------ appinfo/info.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 24 deletions(-) delete mode 100644 appinfo/app.php (limited to 'appinfo') diff --git a/appinfo/app.php b/appinfo/app.php deleted file mode 100644 index ab609f9c..00000000 --- a/appinfo/app.php +++ /dev/null @@ -1,24 +0,0 @@ - -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE -* License as published by the Free Software Foundation; either -* version 3 of the License, or any later version. -* -* This library is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU AFFERO GENERAL PUBLIC LICENSE for more details. -* -* You should have received a copy of the GNU Affero General Public -* License along with this library. If not, see . -* -*/ - -$app = new \OCA\Tasks\AppInfo\Application(); -$app->registerNavigation(); diff --git a/appinfo/info.xml b/appinfo/info.xml index 3c3ed3ee..013f418c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,4 +22,13 @@ + + + tasks + Tasks + tasks.page.index + tasks.svg + 100 + + -- cgit v1.2.3