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/lang/trunk@137819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ec0fe03ec
commit
1489e60cc8
|
@ -14,11 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
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="Lang">
|
||||
|
||||
<title>Lang</title>
|
||||
|
@ -44,7 +40,7 @@ limitations under the License.
|
|||
<item name="Javadoc (CVS latest)" href="apidocs/index.html"/>
|
||||
</menu>
|
||||
|
||||
&commons-nav;
|
||||
&common-menus;
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue