aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
AgeCommit message (Collapse)Author
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