diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2013-11-28 14:39:02 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2013-11-28 14:39:02 +0100 |
commit | f34d3c27703d77946e206c037b5b30a4071c98d1 (patch) | |
tree | 8d6332263b51181b80f5799eff805dd59a89b2e0 /signature-standards/sigs-pcks7detached/build.gradle | |
parent | d08cd566edccb8a748602c6f49667dca3f622331 (diff) | |
download | pdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.tar.gz pdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.tar.bz2 pdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.zip |
Rename pkcs7 sigs
Diffstat (limited to 'signature-standards/sigs-pcks7detached/build.gradle')
-rw-r--r-- | signature-standards/sigs-pcks7detached/build.gradle | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/signature-standards/sigs-pcks7detached/build.gradle b/signature-standards/sigs-pcks7detached/build.gradle deleted file mode 100644 index d1ea063f..00000000 --- a/signature-standards/sigs-pcks7detached/build.gradle +++ /dev/null @@ -1,37 +0,0 @@ -apply plugin: 'java' -apply plugin: 'eclipse' - -jar { - manifest { - attributes 'Implementation-Title': 'Signature Standard PKCS7 Detached', 'Implementation-Version': version - } -} - -repositories { - mavenLocal() - mavenCentral() -} - -dependencies { - compile project (':pdf-as-lib') - compile project (':pdf-as-common') - compile group: 'iaik', name: 'iaik_cms', version: '4.1' - compile group: 'eu.europa.ec.joinup.egovlabs.pdf-as.iaik', name: 'iaik_jce_eval_signed', version: '4.0' - compile group: 'eu.europa.ec.joinup.egovlabs.pdf-as.iaik', name: 'iaik_ecc_eval_signed', version: '2.19' - compile group: 'commons-collections', name: 'commons-collections', version: '3.2' - compile group: 'org.bouncycastle', name: 'bcprov-jdk16', version: '1.46' - compile group: 'org.bouncycastle', name: 'bcmail-jdk16', version: '1.46' - testCompile group: 'junit', name: 'junit', version: '4.+' -} - -test { - systemProperties 'property': 'value' -} - -uploadArchives { - repositories { - flatDir { - dirs 'repos' - } - } -} |