[tomcat8] 06/06: No need to set the optimize parameter for javac, it has been deprecated since Java 1.3

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 16 07:21:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit 4271dd9b41ce09fbfdac16c2388e5d1b765eb7fa
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 16 00:18:32 2013 +0200

    No need to set the optimize parameter for javac, it has been deprecated since Java 1.3
---
 debian/rules |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8fadff9..6383fe9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,12 +40,6 @@ ANT_ARGS := -Dcompile.debug=true \
 	-Dversion.suffix="" \
 	-Dno.build.dbcp=true
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	ANT_ARGS += -Dcompile.optimize=false
-else
-	ANT_ARGS += -Dcompile.optimize=true
-endif
-
 ANT_INVOKE := $(JAVA_CMD) -classpath "$(DEB_CLASSPATH)" org.apache.tools.ant.Main $(ANT_ARGS)
 
 build: build-arch build-indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list