Skip to content

Commit a4865b3

Browse files
committed
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/codec/trunk@130305 13f79535-47bb-0310-9956-ffa450edef68
1 parent b84516b commit a4865b3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

xdocs/navigation.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
18-
<!DOCTYPE project [
19-
<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
20-
]>
21-
17+
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
2218
<project name="Codec">
2319

2420
<title>Codec</title>
@@ -38,7 +34,7 @@ limitations under the License.
3834

3935
</menu>
4036

41-
&commons-nav;
37+
&common-menus;
4238

4339
</body>
4440
</project>

0 commit comments

Comments
 (0)