From ccfed5d64d49d0c8591e243c6c488cd1dc54c4c0 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Sat, 27 Aug 2011 02:32:47 -0400 Subject: [PATCH] Enable Contracts for Java by default for test targets. Contracts remain disabled for non-test build targets. To enable for non-test targets, run with -Duse.contracts=true. To disable for test targets, run with -Duse.contracts=false. --- build.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index ef53f6aa4..8fcc78e6a 100644 --- a/build.xml +++ b/build.xml @@ -48,8 +48,9 @@ - - + + + @@ -176,6 +177,10 @@ + + + + @@ -744,8 +749,7 @@ - - +