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/math/trunk@141114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11202c19df
commit
be15008b64
|
@ -15,10 +15,7 @@
|
|||
See the License for the specific language governing permissions and
|
||||
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="Math">
|
||||
|
||||
|
@ -50,7 +47,7 @@
|
|||
<item name="Utilities" href="/userguide/utilities.html"/>
|
||||
</menu>
|
||||
|
||||
&commons-nav;
|
||||
&common-menus;
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue