Author: markt Date: Wed Feb 12 18:43:45 2014 New Revision: 1567717 URL: http://svn.apache.org/r1567717 Log: Remove use of optimize flag that has been a NO-OP since Java 1.1
Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1567717&r1=1567716&r2=1567717&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/build.xml (original) +++ tomcat/tc7.0.x/trunk/build.xml Wed Feb 12 18:43:45 2014 @@ -548,7 +548,6 @@ deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" excludes="**/.svn/**" encoding="ISO-8859-1" includeAntRuntime="true" > @@ -603,7 +602,6 @@ deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" excludes="**/.svn/**" encoding="ISO-8859-1" includeAntRuntime="true" > @@ -640,7 +638,6 @@ deprecation="${compile.deprecation}" source="${compile.source}" target="${compile.target}" - optimize="${compile.optimize}" excludes="**/.svn/**" encoding="ISO-8859-1" includeAntRuntime="true" @@ -1002,7 +999,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" @@ -1014,7 +1010,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" @@ -1251,7 +1246,6 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" - optimize="${compile.optimize}" encoding="ISO-8859-1" includeantruntime="false"> <classpath refid="tomcat.test.classpath" /> @@ -1610,7 +1604,6 @@ debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" - optimize="${compile.optimize}" encoding="ISO-8859-1" includeantruntime="false"> <classpath refid="tomcat.webservices.classpath" /> @@ -2766,7 +2759,6 @@ Apache Tomcat ${version} native binaries </move> <mkdir dir="${tomcat-dbcp.home}/classes"/> <javac destdir="${tomcat-dbcp.home}/classes" - optimize="off" debug="${compile.debug}" deprecation="${compile.deprecation}" source="${compile.source}" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org