From 13461b9359ff99e2e959a56fd8a82a79d2dddd1f Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 23 Apr 2013 13:53:56 -0400 Subject: [PATCH] /about now links to license information for plugins as well. --- changelog.html | 2 ++ .../resources/hudson/AboutJenkins/index.jelly | 17 +++++++++++++++++ .../hudson/AboutJenkins/index.properties | 3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 570949eabb..e57d6028c1 100644 --- a/changelog.html +++ b/changelog.html @@ -57,6 +57,8 @@ Upcoming changes diff --git a/core/src/main/resources/hudson/AboutJenkins/index.jelly b/core/src/main/resources/hudson/AboutJenkins/index.jelly index ac9a036ee6..411d6e0ca4 100644 --- a/core/src/main/resources/hudson/AboutJenkins/index.jelly +++ b/core/src/main/resources/hudson/AboutJenkins/index.jelly @@ -38,6 +38,23 @@ THE SOFTWARE. +

${%plugin.dependencies}

+ diff --git a/core/src/main/resources/hudson/AboutJenkins/index.properties b/core/src/main/resources/hudson/AboutJenkins/index.properties index 08f9d8a0a8..907fcc70eb 100644 --- a/core/src/main/resources/hudson/AboutJenkins/index.properties +++ b/core/src/main/resources/hudson/AboutJenkins/index.properties @@ -23,4 +23,5 @@ about=About Jenkins {0} blurb=Jenkins is a community-developed open-source continuous integration server. -dependencies=Jenkins depends on the following 3rd party libraries. \ No newline at end of file +dependencies=Jenkins depends on the following 3rd party libraries. +plugin.dependencies=License and dependency information for plugins: -- GitLab