From 88d4c1e54cb9a7820580fda86fc79aa0b0c54c88 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 3 Jul 2020 17:50:44 +0200 Subject: [build] [wip] the eclipse debug targets still aren't entirely correct. --- buildScripts/create-eclipse-project.ant.xml | 92 ++++++++++++++++++----------- buildScripts/setup.ant.xml | 25 ++++++-- 2 files changed, 78 insertions(+), 39 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml index 89e2f91f..67eff3bc 100644 --- a/buildScripts/create-eclipse-project.ant.xml +++ b/buildScripts/create-eclipse-project.ant.xml @@ -59,7 +59,6 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede - @@ -75,6 +74,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede + @@ -86,7 +86,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede - + @@ -104,79 +104,105 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede + + + + + + + + + + + + + + + + + + + - - - - - - - - + - + - + + - + - - + - - + + - - - + + + + + + + - + - + + - + - - + + + + + + + + + + - - + + + + - - - + - + - + + - + diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 6ab23897..9b96240d 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -141,11 +141,25 @@ This buildfile is part of projectlombok.org. It sets up the build itself. - - - - - + + + + + + + + + + + + + + + + + + + @@ -155,7 +169,6 @@ This buildfile is part of projectlombok.org. It sets up the build itself. - -- cgit