1<?xml version="1.0" encoding="ISO-8859-1"?> 2<project name="ThreeTen-Backport"> 3 <publishDate position="bottom" format="yyyy-MM-dd"/> 4 <version position="bottom"/> 5 <googleAnalyticsAccountId>UA-1425975-2</googleAnalyticsAccountId> 6 7 <skin> 8 <groupId>org.joda.external</groupId> 9 <artifactId>reflow-maven-skin</artifactId> 10 <version>1.2</version> 11 </skin> 12 13 <custom> 14 <reflowSkin> 15 <smoothScroll>false</smoothScroll> 16 <highlightJs>true</highlightJs> 17 <highlightJsTheme>github</highlightJsTheme> 18 <imgLightbox>false</imgLightbox> 19 <theme>bootswatch-cosmo</theme> 20 <brand> 21 <name>ThreeTen Backport</name> 22 <href>index.html</href> 23 </brand> 24 <topNav>Documentation|Releases|Development|ThreeTen</topNav> 25 <bottomNav> 26 <column>Documentation</column> 27 <column>Releases</column> 28 <column>Development</column> 29 <column>Reports</column> 30 </bottomNav> 31 <bottomDescription><![CDATA[ 32 Backport of Java SE 8 date and time (JSR-310) to Java 6 and 7 33 ]]></bottomDescription> 34 <toc>false</toc> 35 <breadcrumbs>false</breadcrumbs> 36 <markPageHeader>false</markPageHeader> 37 <protocolRelativeURLs>true</protocolRelativeURLs> 38 <pages> 39 <index> 40 <sections> 41 <columns>3</columns> 42 <body /> 43 <sidebar /> 44 </sections> 45 <shortTitle>Home</shortTitle> 46 <highlightJs>false</highlightJs> 47 </index> 48 <source-repository> 49 <highlightJs>false</highlightJs> 50 </source-repository> 51 <issue-tracking> 52 <highlightJs>false</highlightJs> 53 </issue-tracking> 54 <license> 55 <highlightJs>false</highlightJs> 56 </license> 57 </pages> 58 </reflowSkin> 59 </custom> 60 61 <body> 62 <head> 63 <![CDATA[ 64 <link href="https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"/> 65 <link rel="author" href="https://plus.google.com/113137868744510231215"/>]]> 66 </head> 67 68 <menu name="Documentation"> 69 <item name="Home" href="index.html"/> 70 <item name="Update time zones" href="update-tzdb.html"/> 71 <item name="Javadoc" href="apidocs/index.html"/> 72 <item name="License" href="licenses.html"/> 73 </menu> 74 75 <menu name="Releases"> 76 <item name="Release notes" href="changes-report.html"/> 77 <item name="Dependency info" href="dependency-info.html"/> 78 <item name="Download" href="https://search.maven.org/search?q=g:org.threeten%20AND%20a:threetenbp&core=gav"/> 79 </menu> 80 81 <menu name="Development"> 82 <item name="GitHub" href="https://github.com/ThreeTen/threetenbp"/> 83 <item name="Bugs/Issues" href="https://github.com/ThreeTen/threetenbp/issues"/> 84 <item name="Test results" href="surefire-report.html"/> 85 </menu> 86 87 <menu name="ThreeTen"> 88 <item name="Home" href="https://www.threeten.org"/> 89 <item name="Extra" href="https://www.threeten.org/threeten-extra"/> 90 </menu> 91 92 <menu name="Reports" ref="reports"/> 93 </body> 94</project> 95