1
0

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:
Mark R. Diggory
2004-03-02 03:27:47 +00:00
parent a1b55ec925
commit b78be57e16

View File

@@ -17,11 +17,7 @@
limitations under the License. limitations under the License.
--> -->
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
<!DOCTYPE project [
<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
]>
<project name="Logging"> <project name="Logging">
<title>Logging</title> <title>Logging</title>
@@ -42,7 +38,7 @@
href="/guide.html"/> href="/guide.html"/>
</menu> </menu>
&commons-nav; &common-menus;
</body> </body>
</project> </project>