Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ant
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-10-22 11:52:38 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-10-22 11:52:38 +0400
commitf5ea7b66f73ad2eae4ae3e8782a4b3ee38207f10 (patch)
tree19be5c87e68d9c30c8ca6342ac5c29369673a8bd /ant
parent1fd51b5311bea13720b62135107e20b44fed0856 (diff)
added Application-Name property
Diffstat (limited to 'ant')
-rw-r--r--ant/bc+-build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ant/bc+-build.xml b/ant/bc+-build.xml
index eaf5796c..aa655105 100644
--- a/ant/bc+-build.xml
+++ b/ant/bc+-build.xml
@@ -330,6 +330,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle Provider" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -346,6 +347,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle Provider" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -430,6 +432,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle JCE and Provider" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -446,6 +449,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle JCE and Provider" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -493,6 +497,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle S/MIME API" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -538,6 +543,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle PKIX API" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -585,6 +591,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle OpenPGP API" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />
@@ -643,6 +650,7 @@
<attribute name="Implementation-Vendor-Id" value="org.bouncycastle" />
<attribute name="Implementation-Vendor" value="BouncyCastle.org" />
<attribute name="Implementation-Version" value="${release.name}.0" />
+ <attribute name="Application-Name" value="Bouncy Castle Test Classes" />
<attribute name="Trusted-Library" value="true" />
<attribute name="Permissions" value="all-permissions" />
<attribute name="Codebase" value="*" />