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-07-12 03:04:36 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-07-12 03:04:36 +0400
commit89b80ed25aa9eae94989dcda358bcd23c3ed7172 (patch)
treefa57580484250679d5c101aee5421a3257d55196 /ant
parentecfa428987e8265fa53c8b3df99b730aa6f1800b (diff)
update
Diffstat (limited to 'ant')
-rw-r--r--ant/bc+-build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ant/bc+-build.xml b/ant/bc+-build.xml
index 34476c6a..f4db2d7e 100644
--- a/ant/bc+-build.xml
+++ b/ant/bc+-build.xml
@@ -159,6 +159,7 @@
<fileset dir="${artifacts.dir}/@{target}/src" includes="**/*.crl" />
<fileset dir="${artifacts.dir}/@{target}/src" includes="**/*.cer" />
<fileset dir="${artifacts.dir}/@{target}/src" includes="**/*.der" />
+ <fileset dir="${artifacts.dir}/@{target}/src" includes="**/*.txt" />
</copy>
<packJar jarbase="${artifacts.jars.dir}/@{target}">
<manifest-element>
@@ -182,6 +183,7 @@
<include name="**/*.cer" />
<include name="**/*.der" />
<include name="**/*.message" />
+ <include name="**/*.txt" />
<include name="**/*.properties" />
</fileset>
</fileset-element>