File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ codesigning.jks
2727
2828/prov /src /main /core /
2929
30+ bc-build.user.properties
Original file line number Diff line number Diff line change 22
33<project name =" crypto.bcbuild" default =" build" basedir =" ." >
44
5+ <property file =" bc-build.user.properties" />
56 <property file =" bc-build.properties" />
67 <property environment =" env" />
78
974975 <property name =" test.target.src.dir" value =" ${test.target.dir}/src" />
975976
976977 <mkdir dir =" ${basedir}/${build.dir}/${target.prefix}" />
977- <junit fork =" yes" dir =" ${basedir}/${build.dir}/${target.prefix}" failureProperty =" test.failed" >
978+ <junit fork =" yes" dir =" ${basedir}/${build.dir}/${target.prefix}" failureProperty =" test.failed" printsummary = " ${junit.printsummary} " >
978979 <classpath >
979980 <path refid =" project.classpath" />
980981 <fileset dir =" ${artifacts.jars.dir}" >
Original file line number Diff line number Diff line change 1+ # NOTE: Any properties set in bc-build.user.properties override those
2+ # set in this file. bc-build.user.properties is ignored by git and is
3+ # intended to hold user-specific settings that are *not* committed to
4+ # the repository.
15
26release.suffix : 173b06
37release.name : 1.73b06
@@ -10,3 +14,4 @@ jmail.jar.home: ./libs/jakarta.mail-2.0.1.jar
1014jactivation.jar.home : ./libs/jakarta.activation-api-2.0.0.jar
1115junit.jar.home : ./libs/junit.jar
1216
17+ junit.printsummary : off
You can’t perform that action at this time.
0 commit comments