Skip to content

Commit c76c5a4

Browse files
committed
Move to Site 2.0 descriptor
Closes#275
1 parent 36ea352 commit c76c5a4

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

‎src/site/site.xml‎

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright The Codehaus Foundation.
24
3-
<projectxmlns="http://maven.apache.org/DECORATION/1.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<sitexmlns="http://maven.apache.org/SITE/2.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
619
<body>
720
<menuname="Overview">
821
<itemname="Introduction"href="index.html"/>
922
<itemname="JavaDocs"href="apidocs/index.html"/>
1023
<itemname="Source Xref"href="xref/index.html"/>
11-
<!--item name="FAQ" href="faq.html"/-->
1224
</menu>
1325

1426
<menuref="parent"/>
1527
<menuref="reports"/>
1628
</body>
17-
</project>
29+
</site>

0 commit comments

Comments
(0)