From a3e3a637875576386a45868d97c250155d6ca3f6 Mon Sep 17 00:00:00 2001 From: Thorsten Scherler Date: Fri, 27 Sep 2024 09:54:42 +0200 Subject: [PATCH] [JENKINS-73805] clear up Signed-off-by: Thorsten Scherler --- .../hudson/DefaultAboutPageDecorator.java | 35 ------------------- .../resources/hudson/AboutJenkins/index.jelly | 2 +- .../hudson/AboutJenkins/index.properties | 1 - 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 core/src/main/java/hudson/DefaultAboutPageDecorator.java diff --git a/core/src/main/java/hudson/DefaultAboutPageDecorator.java b/core/src/main/java/hudson/DefaultAboutPageDecorator.java deleted file mode 100644 index 8d2f64fcda90..000000000000 --- a/core/src/main/java/hudson/DefaultAboutPageDecorator.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * The MIT License - * - * Copyright 2018, CloudBees, Inc. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - */ - -package hudson; - -/** - * In case there are no other implementations we will fallback to this implementation. - * - * To make sure that we load this extension last (or at least very late) we use a negative ordinal. - * This allows custom implementation to be "first" - */ -@Extension(ordinal = -9999) -public class DefaultAboutPageDecorator extends AboutPageStablerOverride { -} diff --git a/core/src/main/resources/hudson/AboutJenkins/index.jelly b/core/src/main/resources/hudson/AboutJenkins/index.jelly index 2a88eb57c0a6..56f41f442f59 100644 --- a/core/src/main/resources/hudson/AboutJenkins/index.jelly +++ b/core/src/main/resources/hudson/AboutJenkins/index.jelly @@ -36,7 +36,7 @@ THE SOFTWARE.
-

${%jenkins.name}

+

Jenkins

${%Version} ${app.VERSION}

diff --git a/core/src/main/resources/hudson/AboutJenkins/index.properties b/core/src/main/resources/hudson/AboutJenkins/index.properties index 6f112a77a6fe..9f798560c157 100644 --- a/core/src/main/resources/hudson/AboutJenkins/index.properties +++ b/core/src/main/resources/hudson/AboutJenkins/index.properties @@ -20,7 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -jenkins.name=Jenkins about=About Jenkins {0} blurb=The leading open source automation server which enables developers around the world to reliably build, test, and deploy their software.