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/collections/trunk@131599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6eacac77dc
commit
5ecf769b32
|
@ -14,11 +14,7 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
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="Collections">
|
<project name="Collections">
|
||||||
|
|
||||||
<title>Collections</title>
|
<title>Collections</title>
|
||||||
|
@ -45,7 +41,7 @@
|
||||||
<item name="Javadoc (2.1 old)" href="apidocs-COLLECTIONS_2_1/index.html"/>
|
<item name="Javadoc (2.1 old)" href="apidocs-COLLECTIONS_2_1/index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
&commons-nav;
|
&common-menus;
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue