From 421cc80cc2449399a8d9c2f7e5213d8ec4af9350 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 8 Feb 2013 11:16:53 +0200 Subject: [PATCH] update docbook plugin --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91bd4b249..bc28bb596 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2' - classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.5' + classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.4' } } @@ -97,8 +97,12 @@ bundlor { jar { + manifest.attributes["Created-By"] = "${System.getProperty("java.version")} (${System.getProperty("java.specification.vendor")})" manifest.attributes['Implementation-Title'] = 'spring-data-redis' manifest.attributes['Implementation-Version'] = project.version + manifest.attributes['Implementation-URL'] = "http://www.springsource.org/spring-data/redis" + manifest.attributes['Implementation-Vendor'] = "SpringSource" + manifest.attributes['Implementation-Vendor-Id'] = "org.springframework" from("$rootDir/docs/src/info") { include "license.txt"