aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
AgeCommit message (Collapse)Author
2014-02-27Fixed lombok support in eclipse 4.4 ('luna').Reinier Zwitserloot
2014-02-25yet another (much better) attempt at fixing the deadlock issue. Again all ↵Roel Spilker
the work is in lombok.patcher, this is just updating the deps.
2014-02-24Another shot in the dark to fix deadlock issues with eclipse and build ↵Roel Spilker
plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark.
2014-02-10[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 ↵Reinier Zwitserloot
features on ecj. [Log] updated naming for @Log (topic= instead of mchmulder's 'value').
2014-02-07[eclipse debugging] a new target, 'eclipseForDebugging', which imports deps ↵Reinier Zwitserloot
from your eclipse so that line numbers etc line up with your eclipse.
2013-09-10updated SPI, it did not work in JDK8 properlyReinier Zwitserloot
2013-07-08possible fix for a deadlock issue 531.Reinier Zwitserloot
2013-03-11Added @Log4j2 support.Reinier Zwitserloot
2012-10-30Added annotation for the slf4j extended loggergrootjans
2012-07-02Updated the ant version due to an issue with invalid sha1-hashes on ↵grootjans
maven-central for the 1.8.0 version
2012-01-23Test script fixesRoel Spilker
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2011-08-15Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for ↵Reinier Zwitserloot
contrib purposes (we still compile against javac6, but having javac7 around for testing and such is nice).
2011-06-07Updated to ASM 4.0RC1 so that we can deal with java7,Reinier Zwitserloot
especially class files built with java7. Fixes issue #188
2011-06-02ecj and jdt.core contain mostly the same classes. Its possible to get these ↵Reinier Zwitserloot
mixed up and that would be bad (SecurityExceptions as signatures don't match, and in general mixing and matching classes from different releases). Just ditching ecj should do the job.
2011-04-01Yet another eclipse mirror went down or deleted an older version. We're now ↵Reinier Zwitserloot
hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2.
2011-03-22jarjar now used to make sure asm is no longer on the bootclasspath when ↵Reinier Zwitserloot
using lombok.
2011-03-18previous attempt to use more maven central repos failed, so reverted most of it.Reinier Zwitserloot
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de.
2011-03-06Replaced a bunch of deps to entries in maven central instead of self-written ↵Reinier Zwitserloot
URLs.
2010-11-08Updated to lombok.patcher, which basically only means that the "PATCHING: ↵Reinier Zwitserloot
..." prints to system.out are gone.
2010-11-08Add diverse logging frameworks for the tests.Roel Spilker
2010-07-16Updated eclipse dependencies to 3.6.0, and added sources.Reinier Zwitserloot
2010-07-12Changed build system to ivy.Reinier Zwitserloot