From d2d97539d26f6023ffc4565286f08427c4e8b41c Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Mon, 8 Nov 2021 14:39:53 +0100 Subject: Add support for eclipse feature tests --- buildScripts/setup.ant.xml | 142 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) (limited to 'buildScripts/setup.ant.xml') diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 2a9104eb..87a3593a 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -34,8 +34,10 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + @@ -167,6 +169,12 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + To test in eclipse, we need a java runtime, which will now be downloaded... + + + + @@ -175,6 +183,14 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + + + + + @@ -195,6 +211,132 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit