From 3a89cbe7e7610c649c45e3647d766fdb027f068d Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 22 Nov 2010 22:27:58 +0100 Subject: Ivy cache is now local to prevent cache conflict with other ivy using projects. --- .gitignore | 1 + buildScripts/ivysettings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4244e37d..d9fdc659 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin build dist +ivyCache google.properties debug LombokizedEclipse.launch diff --git a/buildScripts/ivysettings.xml b/buildScripts/ivysettings.xml index 18cb32d4..72494f72 100644 --- a/buildScripts/ivysettings.xml +++ b/buildScripts/ivysettings.xml @@ -8,4 +8,5 @@ + -- cgit