# HG changeset patch # User smith@nwoca.org # Date 1337433179 -3600 # Node ID c32864e7d65bfda2436bfa3f9bac7ac3eff97c33 # Parent fb82b0a8f05a9d6e73b239c7e9170326e691c66d remove jar manifest changes diff -r fb82b0a8f05a -r c32864e7d65b src/main/groovy/org/ssdt_ohio/gradle/plugins/VersionClassPlugin.groovy --- 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'], +// ] +// ) }