bc-java
bc-java copied to clipboard
Explicit targets for build-util and build-pkix
Add explicit ant targets for build-util and build-pkix.
I found myself not needing to build the entire bouncycastle product but there was no way to avoid building everything, and further, a normal build (ant -f ant/jdk18+.xml build) fails due to not finding ASN1ObjectIdentifier, but that is a separate issue.
Adding these two explicit targets allows for more fine-grained control of building subprojects.