Author: kkolinko
Date: Sat Feb 15 16:32:21 2014
New Revision: 1568642
URL: http://svn.apache.org/r1568642
Log:
Followup to r1567717
Remove several other uses of compile.optimize property.
The optimize flag is noop for current versions of javac (as Ant manual says).
Modified:
tomcat/trunk/modules/bayeux/build.xml
tomcat/trunk/modules/tomcat-lite/build.xml
Modified: tomcat/trunk/modules/bayeux/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/bayeux/build.xml?rev=1568642&r1=1568641&r2=1568642&view=diff
==============================================================================
--- tomcat/trunk/modules/bayeux/build.xml (original)
+++ tomcat/trunk/modules/bayeux/build.xml Sat Feb 15 16:32:21 2014
@@ -103,7 +103,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1">
<classpath refid="tomcat.bayeux.classpath" />
<include name="org/apache/tomcat/bayeux/**" />
@@ -132,7 +131,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1">
<classpath refid="tomcat.bayeux.classpath" />
<include name="org/apache/tomcat/bayeux/**" />
Modified: tomcat/trunk/modules/tomcat-lite/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/build.xml?rev=1568642&r1=1568641&r2=1568642&view=diff
==============================================================================
--- tomcat/trunk/modules/tomcat-lite/build.xml (original)
+++ tomcat/trunk/modules/tomcat-lite/build.xml Sat Feb 15 16:32:21 2014
@@ -42,7 +42,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1">
<classpath refid="lite-classpath" />
<src path="${tomcat.lite.src}/java" />
@@ -63,7 +62,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1"
>
<classpath refid="lite-classpath" />
@@ -140,7 +138,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1">
<classpath refid="lite-classpath" />
<src path="${tomcat.lite.src}/java" />
@@ -160,7 +157,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1">
<classpath refid="lite-classpath" />
<src path="${tomcat.lite.src}/java" />
@@ -181,7 +177,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1"
>
<classpath refid="lite-classpath" />
@@ -224,7 +219,6 @@
debug="${compile.debug}"
deprecation="${compile.deprecation}"
source="${compile.source}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1"
>
<classpath refid="lite-classpath" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]