apache-commons-pool/commons-pool-maven-build.dtd

27 lines
756 B
DTD
Raw Normal View History

<!--
This DTD is intended to contain entity definitions for the main menu elements
from the commons navigation bar.
A mavenized project can then add there elements to their navigation bar by simply
adding the DTD definition and then using the entities definied.
For example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
<project name="Component">
<title>Component</title>
<body>
<menu name="Component">
<item name="Overview" href="/index.html"/>
...
</menu>
...
&commons;
</body>
</project>
-->
<!ENTITY commons SYSTEM "http://jakarta.apache.org/commons/build/commons.ent">