1<?xml version="1.0" encoding="ISO-8859-1"?> 2<!-- 3 Licensed to the Apache Software Foundation (ASF) under one or more 4 contributor license agreements. See the NOTICE file distributed with 5 this work for additional information regarding copyright ownership. 6 The ASF licenses this file to You under the Apache License, Version 2.0 7 (the "License"); you may not use this file except in compliance with 8 the License. You may obtain a copy of the License at 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, software 13 distributed under the License is distributed on an "AS IS" BASIS, 14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 See the License for the specific language governing permissions and 16 limitations under the License. 17--> 18<project name="Lang"> 19 <bannerRight> 20 <name>Commons Lang</name> 21 <src>/images/logo.png</src> 22 <href>/index.html</href> 23 </bannerRight> 24 25 <body> 26 <menu name="Lang"> 27 <item name="Overview" href="/index.html" /> 28 <item name="Download" href="/download_lang.cgi" /> 29 <item name="Users guide" href="/userguide.html" /> 30 <item name="Release History" href="/changes-report.html" /> 31 <item name="Javadoc" href="/apidocs/index.html" /> 32 <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-lang3" /> 33 </menu> 34 35 <menu name="Development"> 36 <item name="Building" href="/building.html" /> 37 <item name="Mailing Lists" href="/mail-lists.html" /> 38 <item name="Issue Tracking" href="/issue-tracking.html" /> 39 <item name="Proposal" href="/proposal.html" /> 40 <item name="Developer guide" href="/developerguide.html" /> 41 <item name="Source Repository" href="/scm.html" /> 42 </menu> 43 44 </body> 45 46</project> 47