File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
87
87
88
88
<xsl : template name =" user.footer.navigation" >
89
89
<div style =" background-color: #DFF2FD; text-align: left; font-size:80%; font-family: arial, sans; border:thin dotted blue; padding: 4px; " >
90
- <span style =" font-style:oblique;font-size: 80%" >
90
+ <span style =" font-style:oblique;font-size: 80%" >
91
91
See an error or something missing?<br />
92
92
</span >
93
93
<span style =" font-variant: small-caps; font-weight: bold" >
@@ -96,7 +96,6 @@ See an error or something missing?<br/>
96
96
</a >
97
97
</span >
98
98
<br />
99
-
100
99
</div >
101
100
</xsl : template >
102
101
Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
12
12
</copyright >
13
13
<revhistory >
14
14
<revision >
15
- <revnumber >9.0.0-SNAPSHOT </revnumber >
15
+ <revnumber >@JETTY_VERSION@ </revnumber >
16
16
<date >
17
17
<?dbtimestamp format =" Y-m-d H:M:S" ?>
18
18
</date >
19
- <revdescription >Latest SNAPSHOT version of documentation, updated frequently through
20
- development</revdescription >
19
+ <revdescription >This documentation is a work in progress, initially being largely structural and increasingly
20
+ populated with meaningful content on Jetty 9. Versions that contain SNAPSHOT are updated frequently by and
21
+ automated process while versions that contain M, RC, or v#### are durable releases for a specific version of
22
+ Jetty.</revdescription >
21
23
</revision >
22
24
</revhistory >
23
25
<keywordset >
Original file line number Diff line number Diff line change 1
- JDURL http://download.eclipse.org/jetty/stable-7/apidocs
2
- JXURL http://download.eclipse.org/jetty/stable-7/xref
1
+ JDURL http://download.eclipse.org/jetty/stable-9/apidocs
2
+ JXURL http://download.eclipse.org/jetty/stable-9/xref
3
+ JETTY_VERSION ${project.version}
You can’t perform that action at this time.
0 commit comments