From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- signature-standards/sigs-pades/build.gradle | 2 +- signature-standards/sigs-pkcs7detached/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'signature-standards') diff --git a/signature-standards/sigs-pades/build.gradle b/signature-standards/sigs-pades/build.gradle index bc8285d6..41540100 100644 --- a/signature-standards/sigs-pades/build.gradle +++ b/signature-standards/sigs-pades/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' jar { manifest { - attributes 'Implementation-Title': 'Signature Standard PAdES', 'Implementation-Version': version + attributes 'Implementation-Title': 'Signature Standard PAdES' } } diff --git a/signature-standards/sigs-pkcs7detached/build.gradle b/signature-standards/sigs-pkcs7detached/build.gradle index 5c406676..7ae44d17 100644 --- a/signature-standards/sigs-pkcs7detached/build.gradle +++ b/signature-standards/sigs-pkcs7detached/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' jar { manifest { - attributes 'Implementation-Title': 'Signature Standard PKCS7 Detached', 'Implementation-Version': version + attributes 'Implementation-Title': 'Signature Standard PKCS7 Detached' } } -- cgit v1.2.3