mirror of https://github.com/apache/lucene.git
Fix missing copyright on JavaDoc pages caused by duplicate <bottom/> element
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329592 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f45484847
commit
0080caf27a
|
@ -1299,8 +1299,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
source="${ant.java.version}"
|
||||
windowtitle="${Name} ${version} API"
|
||||
doctitle="@{title}"
|
||||
maxmemory="${javadoc.maxmemory}"
|
||||
bottom="Copyright &copy; ${year} Apache Software Foundation. All Rights Reserved.">
|
||||
maxmemory="${javadoc.maxmemory}">
|
||||
<tag name="lucene.experimental"
|
||||
description="WARNING: This API is experimental and might change in incompatible ways in the next release."/>
|
||||
<tag name="lucene.internal"
|
||||
|
@ -1308,6 +1307,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
<link offline="true" packagelistLoc="${javadoc.dir}"/>
|
||||
<link offline="true" href="${javadoc.link}" packagelistLoc="${javadoc.packagelist.dir}/java6"/>
|
||||
<bottom><![CDATA[
|
||||
<address>Copyright © ${year} Apache Software Foundation. All Rights Reserved.</address>
|
||||
<script src='{@docRoot}/prettify.js' type='text/javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
(function(){
|
||||
|
|
Loading…
Reference in New Issue