From ead7ff428c14cbfd3a84723f8abae13d5ea79330 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 22 Mar 2011 21:02:04 +0100 Subject: jarjar now used to make sure asm is no longer on the bootclasspath when using lombok. --- build.xml | 7 +++++-- buildScripts/ivy.xml | 1 + doc/maven-pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d747e617..676c34d7 100644 --- a/build.xml +++ b/build.xml @@ -164,12 +164,15 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + @@ -177,7 +180,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 4d3bb679..33d62da9 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -16,6 +16,7 @@ + diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index 61738a72..34955ab8 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -18,7 +18,7 @@ scm:git:git://github.com/rzwitserloot/lombok.git - scm:git:git://github.com/rzwitserloot/lombok.git + http://github.com/rzwitserloot/lombok Google Code -- cgit