From ec6c521e8391ab978ded9d472753655a8b724836 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 8 Apr 2016 13:19:04 +0200 Subject: [PATCH] Continued a bit: - renamed bye.xhtml -> logout.xhtml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 13 ++++++------- web/WEB-INF/faces-config.xml | 2 +- web/{bye.xhtml => logout.xhtml} | 0 3 files changed, 7 insertions(+), 8 deletions(-) rename web/{bye.xhtml => logout.xhtml} (100%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 63d1cc11..d693e4d9 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -1,8 +1,8 @@ - + @@ -17,38 +17,37 @@ - + - + - - + - + - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 60dd8560..27312254 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -73,7 +73,7 @@ logout - /bye.xhtml + /logout.xhtml admin_index diff --git a/web/bye.xhtml b/web/logout.xhtml similarity index 100% rename from web/bye.xhtml rename to web/logout.xhtml -- 2.39.5