Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
and yet another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Costin Leau committed Aug 13, 2012
1 parent 5ca767a commit 0dcc79e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@ javadoc {
jar {
manifest.attributes['Implementation-Title'] = 'spring-data-hadoop'
manifest.attributes['Implementation-Version'] = project.version
manifest.attributes['Repository-Revision'] = "" + System.properties['VCSREV1']
manifest.attributes['Repository-Revision-2'] = "" + System.properties['VCSREV2']
manifest.attributes['Repository-Revision-3'] = "" + System.properties['VCSREV3']
manifest.attributes['Build'] = "" + System.env['SHDP.BUILD']
manifest.attributes['Repository-Revision'] = "" + System.env['SHDP.REV']

from("$rootDir/docs/src/info") {
include "license.txt"
Expand Down

0 comments on commit 0dcc79e

Please sign in to comment.