aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2010-11-27Want to code lombok in intellij? Run 'ant intellij', possible from this ↵Reinier Zwitserloot
patch on, to do so. This involved switching to ivyplusplus 1.4 and includes a hack to make sure 1.3 users get upgraded.
2010-11-22Ivy cache is now local to prevent cache conflict with other ivy using projects.Roel Spilker
2010-07-12Changed build system to ivy.Reinier Zwitserloot
2009-11-08Added a findbugs ant target, along with an installDeps job to automatically ↵Reinier Zwitserloot
fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring.
2009-10-14More serious work on the build system.Reinier Zwitserloot
2009-10-13Pretty big revamp of the build script system. Downloading dependencies is ↵Reinier Zwitserloot
now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in.
2009-10-12We now test lombok in a new eclipse launched in the debugger which is waaay ↵Reinier Zwitserloot
nicer. The old runEclipse scripts are now useless, so they have been removed.
2009-07-18Added google.properties, which contains passwords, to gitignoreRoel Spilker
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot