|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project name="BeanUtils"> |
19 | | - <bannerRight> |
20 | | - <name>Commons BeanUtils</name> |
21 | | - <src>/images/logo.png</src> |
22 | | - <href>/index.html</href> |
23 | | - </bannerRight> |
24 | | - |
25 | | - <body> |
26 | | - <menu name="BeanUtils"> |
27 | | - <item name="Overview" href="/index.html"/> |
28 | | - <item name="Download" href="https://commons.apache.org/beanutils/download_beanutils.cgi"/> |
29 | | - <item name="Dependencies" href="/dependencies.html"/> |
30 | | - <item name="Mailing Lists" href="/mail-lists.html"/> |
31 | | - <item name="Issue Tracking" href="/issue-tracking.html"/> |
32 | | - <item name="Source Repository" href="/scm.html"/> |
33 | | - <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.txt"/> |
34 | | - </menu> |
35 | | - |
36 | | - <menu name="Documentation"> |
37 | | - <item name="Building" href="/building.html"/> |
38 | | - <item name="Release History" href="/changes.html"/> |
39 | | - <item name="2.0.0-M2-SNAPSHOT" collapse="true" href="/index.html"> |
40 | | - <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"/> |
41 | | - <item name="User Guide" href="https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils2/package-summary.html"/> |
42 | | - <item name="API" href="https://commons.apache.org/proper/commons-beanutils/apidocs/index.html"/> |
43 | | - </item> |
44 | | - <item name="2.0.0-M1" collapse="true" href="/index.html"> |
45 | | - <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"/> |
46 | | - <item name="User Guide" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/org/apache/commons/beanutils2/package-summary.html"/> |
47 | | - <item name="API" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/index.html"/> |
48 | | - </item> |
49 | | - <item name="1.10.0" collapse="true" href="/index.html"> |
50 | | - <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"/> |
51 | | - <item name="User Guide" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/org/apache/commons/beanutils/package-summary.html"/> |
52 | | - <item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html"/> |
53 | | - </item> |
54 | | - <item name="1.9.3" collapse="true" href="/index.html"> |
55 | | - <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt"/> |
56 | | - <item name="User Guide" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> |
57 | | - <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html"/> |
58 | | - </item> |
59 | | - <item name="1.9.2" collapse="true" href="/index.html"> |
60 | | - <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt"/> |
61 | | - <item name="User Guide" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> |
62 | | - <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html"/> |
63 | | - </item> |
64 | | - <item name="1.8.3" collapse="true" href="/index.html"> |
65 | | - <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt"/> |
66 | | - <item name="User Guide" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> |
67 | | - <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html"/> |
68 | | - </item> |
69 | | - </menu> |
70 | | - |
71 | | - </body> |
72 | | - |
73 | | -</project> |
| 18 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" |
| 19 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 http://maven.apache.org/xsd/site-2.0.0.xsd" |
| 21 | + name="Apache Commons BeanUtils"> |
| 22 | + <bannerRight name="Commons BeanUtils" href="/index.html"> |
| 23 | + <image src="/images/logo.png"/> |
| 24 | + </bannerRight> |
| 25 | + <body> |
| 26 | + <menu name="Commons BeanUtils"> |
| 27 | + <!-- Start: For all components. --> |
| 28 | + <item name="About" href="index.html" /> |
| 29 | + <item name="Asking Questions" href="/mail-lists.html" /> |
| 30 | + <item name="Release History" href="/changes.html" /> |
| 31 | + <item name="Issue Tracking" href="/issue-management.html" /> |
| 32 | + <item name="Dependency Management" href="/dependency-info.html" /> |
| 33 | + <item name="Javadoc" href="apidocs/index.html" /> |
| 34 | + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2" /> |
| 35 | + <item name="Sources" href="/scm.html" /> |
| 36 | + <item name="Security" href="security.html" /> |
| 37 | + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> |
| 38 | + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> |
| 39 | + <item name="Download" href="https://commons.apache.org/beanutils/download_beanutils.cgi" /> |
| 40 | + <!-- End: For all components. --> |
| 41 | + </menu> |
| 42 | + <menu name="Documentation"> |
| 43 | + <item name="Building" href="/building.html" /> |
| 44 | + <item name="2.0.0-M2-SNAPSHOT" collapse="true" href="/index.html"> |
| 45 | + <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt" /> |
| 46 | + <item name="User Guide" href="https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils2/package-summary.html" /> |
| 47 | + <item name="API" href="https://commons.apache.org/proper/commons-beanutils/apidocs/index.html" /> |
| 48 | + </item> |
| 49 | + <item name="2.0.0-M1" collapse="true" href="/index.html"> |
| 50 | + <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt" /> |
| 51 | + <item name="User Guide" |
| 52 | + href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/org/apache/commons/beanutils2/package-summary.html" /> |
| 53 | + <item name="API" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/index.html" /> |
| 54 | + </item> |
| 55 | + <item name="1.10.0" collapse="true" href="/index.html"> |
| 56 | + <item name="Release Notes" href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt" /> |
| 57 | + <item name="User Guide" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/org/apache/commons/beanutils/package-summary.html" /> |
| 58 | + <item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html" /> |
| 59 | + </item> |
| 60 | + <item name="1.9.3" collapse="true" href="/index.html"> |
| 61 | + <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt" /> |
| 62 | + <item name="User Guide" |
| 63 | + href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" /> |
| 64 | + <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/index.html" /> |
| 65 | + </item> |
| 66 | + <item name="1.9.2" collapse="true" href="/index.html"> |
| 67 | + <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/RELEASE-NOTES.txt" /> |
| 68 | + <item name="User Guide" |
| 69 | + href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" /> |
| 70 | + <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.9.2/apidocs/index.html" /> |
| 71 | + </item> |
| 72 | + <item name="1.8.3" collapse="true" href="/index.html"> |
| 73 | + <item name="Release Notes" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt" /> |
| 74 | + <item name="User Guide" |
| 75 | + href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" /> |
| 76 | + <item name="API" href="https://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html" /> |
| 77 | + </item> |
| 78 | + </menu> |
| 79 | + </body> |
| 80 | +</site> |
0 commit comments