commit df833f880ef50dbd5cf1d6c52d9df2166ca1e799 Author: iwakeh iwakeh@torproject.org Date: Wed Jan 4 12:51:41 2017 +0100
squash! squash! Implements task-20596: use metrics-base and reduced build.xml, added executable bootstrap script. Removed obsolete DESIGN document and metrics_checks.xml.
Make target war run before signing. --- build.xml | 1 + 1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml index 26620d8..620fb3b 100644 --- a/build.xml +++ b/build.xml @@ -26,6 +26,7 @@ <property name="jarincludes" value="logback.xml" /> <property name="jarpatternprop" value="library" /> <property name="additional2sign" value="${warfile}" /> + <property name="tardepends" value="war" />
<target name="coverage-check"> <cobertura-check branchrate="0" linerate="0"