Skip to content

Commit

Permalink
Drop useless 'compile.optimize' option
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 12, 2023
1 parent 3549935 commit 97a76c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -34,7 +34,6 @@ compile.source=11
compile.target=11
compile.debug=off
compile.deprecation=on
compile.optimize=on

base-maven.loc=https://repo.maven.apache.org/maven2

Expand Down
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ limitations under the License.-->">
target="${compile.target}"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
optimize="${compile.optimize}"
encoding="ISO-8859-1"
includeantruntime="false">
<classpath refid="classpath"/>
Expand Down
3 changes: 3 additions & 0 deletions xdocs/miscellaneous/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
<fix>
<bug>67616</bug>: o.a.tomcat.jni.SSL contains useless check for old OpenSSL version. (michaelo)
</fix>
<update>
Drop useless <code>compile.optimize</code> option. (michaelo)
</update>
</changelog>
</section>
<section name="Changes in 2.0.6">
Expand Down

0 comments on commit 97a76c3

Please sign in to comment.