Mercurial > public > gradleplugins
changeset 6:c32864e7d65b
remove jar manifest changes
author | smith@nwoca.org |
---|---|
date | Sat, 19 May 2012 14:12:59 +0100 |
parents | fb82b0a8f05a |
children | 5749629ceeec 15ddcc73ef78 |
files | src/main/groovy/org/ssdt_ohio/gradle/plugins/VersionClassPlugin.groovy |
diffstat | 1 files changed, 12 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/groovy/org/ssdt_ohio/gradle/plugins/VersionClassPlugin.groovy Fri May 18 22:06:04 2012 +0100 +++ b/src/main/groovy/org/ssdt_ohio/gradle/plugins/VersionClassPlugin.groovy Sat May 19 14:12:59 2012 +0100 @@ -79,19 +79,18 @@ project.getTasks().getByName('compileGroovy').dependsOn('makeVersionClass') - project.getTasks().getByName('jar').manifest.attributes( - [ - "Specification-Title": project.name, - "Specification-Version": project.version, - "Specification-Vendor": project.group, - "Implementation-Title": project.name, - "Implementation-Version": project.version, - "Implementation-Vendor": project.group, - "Built-By": System.properties['user.name'], - "Build-Jdk": System.properties['java.version'], - ] - ) - +// project.getTasks().getByName('jar').manifest.attributes( +// [ +// "Specification-Title": project.name, +// "Specification-Version": project.version, +// "Specification-Vendor": project.group, +// "Implementation-Title": project.name, +// "Implementation-Version": project.version, +// "Implementation-Vendor": project.group, +// "Built-By": System.properties['user.name'], +// "Build-Jdk": System.properties['java.version'], +// ] +// ) }