mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
19.54.2007 e920c488e19472881dd65f4bbb379d565f1f156e
Update the build script so that the coveragediff facility is used when building
with the precommit and all targets.
1 files modified
4 ■■■■ changed files
opends/build.xml 4 ●●●● patch | view | raw | blame | history
opends/build.xml
@@ -130,7 +130,7 @@
  <!-- The build target that should be used before committing code. -->
  <target name="precommit" depends="checkstyle,dsml,javadoc,clean,test"
  <target name="precommit" depends="checkstyle,clean,dsml,javadoc,testwithcoverage"
       description="Perform all processing needed before committing code." />
@@ -153,7 +153,7 @@
  <!-- The build target that should be used to build everything. -->
  <target name="all"
       depends="checkstyle,dsml,javadoc,coverage,testall"
       depends="checkstyle,dsml,javadoc,testallwithcoverage"
       description="Build using all defined targets." />