Skip to content

Commit 63acae9

Browse files
committed
Add targets for build-util and build-pkix.
1 parent f1367f0 commit 63acae9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ant/jdk18+.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@
107107
<ant antfile="ant/bc+-build.xml" dir="." target="javadoc-provider" />
108108
</target>
109109

110+
<target name="build-util" depends="init, build-provider, checkstyle-on, checkstyle-off">
111+
<ant antfile="ant/bc+-build.xml" dir="." target="build-util" />
112+
</target>
113+
114+
<target name="build-pkix" depends="init, build-util, checkstyle-on, checkstyle-off">
115+
<ant antfile="ant/bc+-build.xml" dir="." target="build-pkix" />
116+
</target>
117+
110118
<target name="build-test" depends="init">
111119
<ant antfile="ant/bc+-build.xml" dir="." target="build-test" />
112120
</target>

0 commit comments

Comments
 (0)