From e693672cd44ab0e648643f4b5c24b1c177ab6c84 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jul 2010 23:48:02 +0200 Subject: Changed build system to ivy. --- buildScripts/deps/findbugs.ant.xml | 79 -------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 buildScripts/deps/findbugs.ant.xml (limited to 'buildScripts/deps/findbugs.ant.xml') diff --git a/buildScripts/deps/findbugs.ant.xml b/buildScripts/deps/findbugs.ant.xml deleted file mode 100644 index 6aeedb79..00000000 --- a/buildScripts/deps/findbugs.ant.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating findbugs. - - - - - - - - - - - - Downloading findbugs v1.3.9 from sourceforge... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -You don't have the findbugs dependency. If you want to run the 'ant findbugs' task to run findbugs on the lombok sources, you'll need it. Otherwise, you can skip it. If you want me to do so, I will download findbugs now and unpack it in the appropriate place (deps/buildScripts/findbugs). The file will be downloaded from sourceforge. - Pick one (first letter will do): - Skip - Skips this download. This dependency is optional. - Download - Grabs findbugs, so that you can run 'ant findbugs'. - - - - - - - -- cgit