aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-01-23further fixes to the build script. I think it's good now....Reinier Zwitserloot
2011-07-18Updated .gitignore to ignore only the things we meant, i.e. with 'debug' we ↵Reinier Zwitserloot
meant the top-level debug dir, not any file named debug.
2011-07-18There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵Roel Spilker
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
2011-03-13Updated maven pom and deploy process; now lombok is linked in mavencentral ↵Reinier Zwitserloot
so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out).
2011-02-15Added .markdown.html to gitignore. I wrote a tool that produces these from ↵Roel Spilker
.markdown files.
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