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/logging/trunk@139017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -17,11 +17,7 @@
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
|
||||
<!DOCTYPE project [
|
||||
<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
|
||||
]>
|
||||
|
||||
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
|
||||
<project name="Logging">
|
||||
|
||||
<title>Logging</title>
|
||||
@@ -42,7 +38,7 @@
|
||||
href="/guide.html"/>
|
||||
</menu>
|
||||
|
||||
&commons-nav;
|
||||
&common-menus;
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user