diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-29 17:27:23 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-29 17:27:23 +0200 |
commit | 6b940dfc46af5bf5f9cec42df089b8c9b02e5619 (patch) | |
tree | 1139b643a4b68ea1f1c92eff08aac0ddfb1d0e06 /website/index.html | |
parent | 5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5 (diff) | |
download | lombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.tar.gz lombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.tar.bz2 lombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.zip |
Added support for maven.
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index f28db795..a2a1e748 100644 --- a/website/index.html +++ b/website/index.html @@ -20,8 +20,8 @@ <div id="downloadInfo" class="buttonBar" style="display: none;"> <span></span> <div class="downloadActions"> - <a class="backToBar" href="http://projectlombok.googlecode.com/files/lombok.jar">Okay, download <strong>lombok</strong></a> - <a href="#" class="backToBar">No, don't</a> + <a class="backToBar" href="http://projectlombok.googlecode.com/files/lombok.jar">Okay, download <strong>lombok</strong></a> | <a href="mavenrepo/index.html">I use maven</a><br /> + <a href="#" class="backToBar">Cancel</a> </div> </div> <div id="buttonBar" class="buttonBar"> |