Author: markt Date: Wed Feb 12 18:44:34 2014 New Revision: 1567718 URL: http://svn.apache.org/r1567718 Log: Remove use of optimize flag that has been a NO-OP since Java 1.1
Modified: tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/extras.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?rev=1567718&r1=1567717&r2=1567718&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.xml (original) +++ tomcat/tc6.0.x/trunk/build.xml Wed Feb 12 18:44:34 2014 @@ -139,7 +139,6 @@ deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1"> <!-- Comment this in to show unchecked warnings: @@ -557,7 +556,6 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" classpath="${tomcat.classes}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1"> @@ -568,7 +566,6 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" classpath="$tomcat.lcasses}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1"> @@ -880,7 +877,6 @@ </move> <mkdir dir="${tomcat-dbcp.home}/classes"/> <javac destdir="${tomcat-dbcp.home}/classes" - optimize="off" debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" Modified: tomcat/tc6.0.x/trunk/extras.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/extras.xml?rev=1567718&r1=1567717&r2=1567718&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/extras.xml (original) +++ tomcat/tc6.0.x/trunk/extras.xml Wed Feb 12 18:44:34 2014 @@ -272,7 +272,6 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" - optimize="${compile.optimize}" encoding="ISO-8859-1"> <classpath refid="tomcat.webservices.classpath" /> <include name="org/apache/naming/factory/webservices/**" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org