Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-27 | Delombok now auto-discovers and uses tools.jar from your java installation. | Reinier Zwitserloot | |
2009-11-27 | SPI-ified the 'app' concept, which lets us create little apps inside ↵ | Reinier Zwitserloot | |
lombok.jar proper. Currently used only by 'delombok'. | |||
2009-11-27 | Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ↵ | Reinier Zwitserloot | |
bits are JVM1.6) being interdependent and causing implicit compilation warnings. Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7. | |||
2009-11-27 | Delombok now works from the command line as: | Reinier Zwitserloot | |
java -jar lombok.jar delombok (args) | |||
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |