File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ limitations under the License.
7272 <mkdir dir =" ${ dist.home } " />
7373 <mkdir dir =" ${ dist.home } /docs" />
7474 <mkdir dir =" ${ dist.home } /docs/api" />
75+ <mkdir dir =" ${ build.home } /apidocs" />
76+ <tstamp >
77+ <format property =" current.year" pattern =" yyyy" />
78+ </tstamp >
7579 <!-- The Sun 1.2 docs are no-longer on-line, point to 1.3. -->
7680 <javadoc
7781 sourcepath=" ${ source.home } "
@@ -83,7 +87,7 @@ limitations under the License.
8387 version=" true"
8488 doctitle=" <h1>${ component.title } </h1>"
8589 windowtitle=" ${ component.title } (Version ${ component.version } )"
86- bottom=" ${ component.name } version ${ component.version } - Copyright &copy; 2002-2008 - Apache Software Foundation"
90+ bottom=" ${ component.name } version ${ component.version } - Copyright &copy; 2002-${ current.year } - Apache Software Foundation"
8791 use=" true"
8892 link=" http://java.sun.com/products/jdk/1.3/docs/api/" >
8993 <classpath refid =" compile.classpath" />
You can’t perform that action at this time.
0 commit comments