summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2015-05-31 16:05:54 +0200
committerStefan Bodewig <bodewig@apache.org>2015-05-31 16:05:54 +0200
commitde3dccde5b1fe8ce42e5824c4b8c6c5fb41ae016 (patch)
tree19b0b716df3d787345f504c45882b3ddc7b6d89f /release
parent5d02c5f67f6f9458ba4d0c01e6cbe94f461cd41c (diff)
downloadant-de3dccde5b1fe8ce42e5824c4b8c6c5fb41ae016.tar.gz
at least for me the bouncycastle version is completely different
Diffstat (limited to 'release')
-rw-r--r--release/signit.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/signit.xml b/release/signit.xml
index a5b9f4c19..8ac20cf0b 100644
--- a/release/signit.xml
+++ b/release/signit.xml
@@ -19,14 +19,16 @@
<project name="signit">
<!-- use this property file to enter your default key id -->
<property file="${user.home}/gnupg.properties"/>
+ <property name="bouncycastle.jdk" value="15on"/>
+ <property name="bouncycastle.version" value="1.49"/>
<taskdef resource="org/apache/commons/openpgp/ant/antlib.xml">
<classpath>
<pathelement
- location="${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk12/130/bcprov-jdk12-130.jar"/>
+ location="${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk${bouncycastle.jdk}/${bouncycastle.version}/bcprov-jdk${bouncycastle.jdk}-${bouncycastle.version}.jar"/>
<pathelement
location="${user.home}/.m2/repository/org/apache/commons/commons-openpgp/1.0-SNAPSHOT/commons-openpgp-1.0-SNAPSHOT.jar"/>
<pathelement
- location="${user.home}/.m2/repository/org/bouncycastle/bcpg-jdk12/130/bcpg-jdk12-130.jar"/>
+ location="${user.home}/.m2/repository/org/bouncycastle/bcpg-jdk${bouncycastle.jdk}/${bouncycastle.version}/bcpg-jdk${bouncycastle.jdk}-${bouncycastle.version}.jar"/>
</classpath>
</taskdef>
<condition property="gpg.dir" value="${user.home}/AppData/Roaming/gnupg">