From 21add4795ac36d76a8b2f47e442c3250d7d9114c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 1 May 2008 15:05:01 +0000 Subject: QPID-965: added an option to turn on deprecation during compile git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652548 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 76f81e93f1..203ed19154 100644 --- a/java/module.xml +++ b/java/module.xml @@ -89,6 +89,8 @@ + + @@ -123,7 +125,8 @@ + destdir="${module.classes}" debug="on" + deprecation="${javac.deprecation}"> @@ -145,6 +148,7 @@ description="compilte unit tests"> -- cgit v1.2.1