Skip to content

Commit df1bee3

Browse files
committed
Make sure javadoc is generated against JDK 7.
1 parent 30d760a commit df1bee3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build/tmpl/editions/javadocs.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ JAVADOC target -->
1818
doctitle="Restlet API ${version-full} - ${edition-full-label}"
1919
overview="${temp}/javadocs-overviews/overview-api.html"
2020
stylesheetfile="${tmpl}/javadocs/stylesheet.css"
21+
source="${jdk.compilation.version}"
2122
verbose="${verbose}">
2223
<bottom>
2324
<![CDATA[<i>Copyright &#169; 2005-${current-year} <a target="_top" href="http://restlet.com">Restlet</a>.</i>]]>
@@ -48,6 +49,7 @@ JAVADOC target -->
4849
doctitle="Restlet Engine ${version-full} - ${edition-full-label}"
4950
overview="${temp}/javadocs-overviews/overview-engine.html"
5051
stylesheetfile="${tmpl}/javadocs/stylesheet.css"
52+
source="${jdk.compilation.version}"
5153
verbose="${verbose}">
5254
<bottom>
5355
<![CDATA[<i>Copyright &#169; 2005-${current-year} <a target="_top" href="http://restlet.com">Restlet</a>.</i>]]>
@@ -88,6 +90,7 @@ JAVADOC target -->
8890
doctitle="Restlet Extensions ${version-full} - ${edition-full-label}"
8991
overview="${temp}/javadocs-overviews/overview-ext.html"
9092
stylesheetfile="${tmpl}/javadocs/stylesheet.css"
93+
source="${jdk.compilation.version}"
9194
verbose="${verbose}">
9295
<bottom>
9396
<![CDATA[<i>Copyright &#169; 2005-${current-year} <a target="_top" href="http://restlet.com">Restlet</a>.</i>]]>

build/tmpl/editions/maven-javadocs.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ maven JAVADOC target -->
1313
doctitle="Restlet ${mod-@{name}-maven-javadoc-title} ${mod-@{name}-id} ${version-full} - ${edition-full-label}"
1414
overview="${temp}/javadocs-overviews/overview.html"
1515
stylesheetfile="${tmpl}/javadocs/stylesheet.css"
16+
source="${jdk.compilation.version}"
1617
verbose="${verbose}">
1718
<bottom>
1819
<![CDATA[<i>Copyright &#169; 2005-${current-year} <a target="_top" href="http://restlet.com">Restlet</a>.</i>]]>

0 commit comments

Comments
 (0)