8000 Switching to usage of menu's dtd to insert commons navigation items, … · OSS-Security-Assessments/apache__commons-cli@aa8e3bf · GitHub
Skip to content

Commit aa8e3bf

Browse files
committed
Switching to usage of menu's dtd to insert commons navigation items, using common-menus entity to reference commons menues in navigation.xml, sorting is done by Maven.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130006 13f79535-47bb-0310-9956-ffa450edef68
1 parent 213c137 commit aa8e3bf

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

xdocs/navigation.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
3-
<!DOCTYPE project [
4-
<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
5-
]>
6-
2+
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
73
<project name="CLI">
84

95
<title>CLI</title>
@@ -25,6 +21,6 @@
2521
<item name="Versions and Branches" href="/versions_and_branches.html"/>
2622
</menu>
2723

28-
&commons-nav;
24+
&common-menus;
2925
</body>
3026
</project>

0 commit comments

Comments
 (0)