Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Fixed ordering so bcpkix build before bctls.
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Sep 6, 2018
1 parent 977cc6a commit 4ae7d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ant/bc+-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
</packJar>
</target>

<target name="build-libraries" depends="initMacros, build-pkix, build-pg, build-mail" />
<target name="build-libraries" depends="initMacros, build-pkix, build-tls, build-pg, build-mail" />

<!--
SMIME
Expand Down
1 change: 0 additions & 1 deletion ant/jdk15+.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
</target>

<target name="build" depends="init">
<ant antfile="ant/bc+-build.xml" dir="." target="build-tls" />
<ant antfile="ant/bc+-build.xml" dir="." />
<ant antfile="ant/bc+-build.xml" dir="." target="javadoc-lw" />
<ant antfile="ant/bc+-build.xml" dir="." target="javadoc-libraries" />
Expand Down

0 comments on commit 4ae7d66

Please sign in to comment.