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

Matthew Swift
13.59.2012 f2abd1316ca0962c9f3be9dba42c266881424f75
Disable code coverage since Emma is no longer maintained and does not support JDK7.
1 files modified
6 ■■■■ changed files
opends/build.xml 6 ●●●● patch | view | raw | blame | history
opends/build.xml
@@ -182,7 +182,7 @@
  <!-- The build target that should be used before committing code. -->
  <target name="precommit" depends="initPrecommit,clean,dynamicconstants,
       checkstyle,checkprecommit,dsml,testwithcoverage"
       checkstyle,checkprecommit,dsml,test"
       description="Perform all processing needed before committing code.">
  </target>
@@ -200,7 +200,7 @@
  <!-- The build target that should be used for test part of nightly builds. -->
  <target name="nightlytests"
       depends="coverage,testallwithcoverage"
       depends="testall"
       description="Perform all processing related to unit tests for nightly builds.">
  </target>
@@ -215,7 +215,7 @@
  <!-- The build target that should be used to build everything. -->
  <target name="all"
       depends="checkstyle,clean,checkprecommit,dsml,srczip,javadoc,docgen,testallwithcoverage"
       depends="checkstyle,clean,checkprecommit,dsml,srczip,javadoc,docgen,testall"
       description="Build using all defined targets.">
  </target>