aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
AgeCommit message (Collapse)Author
2016-03-07updated year to 2016 in copyrights.Reinier Zwitserloot
2015-07-15updated website to point to github issue tracker instead of code.google.Reinier Zwitserloot
2015-05-02https-ified links on the site.Reinier Zwitserloot
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-04-14added our own history of downloads.Reinier Zwitserloot
2015-01-26updated copyright year in documentationReinier Zwitserloot
2014-05-27removed out of date docs that we don’t use, and updated the download link ↵Reinier Zwitserloot
to our own server.
2014-05-21New year in documentationRoel Spilker
2014-05-07Our maven/ivy instructions also apply to gradle; updated docs to reflect this.Reinier Zwitserloot
2013-05-23Updated website; the footer of the video was too long and caused wonky ↵Reinier Zwitserloot
formatting, and the download page now points to the IntelliJ plugin page instead of saying that IntelliJ doesn't support lombok.
2013-03-11Updated documentation to reflect support of JBoss Developer StudioReinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
* re-introduction of onMethod/onConstructor/onParam * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism. * Updated copyright headers of website to 2013.
2012-08-27updated copyright year notices in website htmlReinier Zwitserloot
2012-03-19Added documentation (and a minor tidbit of support) for android.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-09-14Tiny update to the website download page.Reinier Zwitserloot
2011-08-15Added NetBeans installation instructionsRoel Spilker
2011-08-01Updated download page with a link to the old versions.Reinier Zwitserloot
2011-06-13Updated the download page for the website, which now includes a list with ↵Reinier Zwitserloot
instructions for many platforms.
2011-05-30Updating website with a shiny new download page listing all the various ↵Reinier Zwitserloot
frameworks and tools lombok now works under.
2009-12-21Added support to fully automatically upload a cutting edge build to ↵Reinier Zwitserloot
projectlombok.org, as well as a page with information about it, gathered from the changelog.
2009-07-29Added support for maven.Reinier Zwitserloot
2009-07-28Version is now 'standalone' - it is separately compiled. The version is now ↵Reinier Zwitserloot
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9.
2009-07-28Address issue #10: If the video won't play, and you don't see the failsafe ↵Reinier Zwitserloot
'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with a bad mix of plugins along.
2009-07-22Added google analytics tracking.Reinier Zwitserloot
2009-07-18More work on making that godawful excuse for a browser, IE6, render this ↵Reinier Zwitserloot
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves.
2009-07-16Made the downloadinfo on the index page a bit smaller (it was overflowing ↵Reinier Zwitserloot
its container), and removed the fun but unreliable glow effect.
2009-07-16Added explanation for the download info text that you may have to run 'java ↵Reinier Zwitserloot
-jar lombok.jar' in case some fucktard archiver tool overwrote the default action for jar files.
2009-07-11More work on the website.Reinier Zwitserloot