aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/create-eclipse-project.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-07-03 05:31:34 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-07-03 05:34:30 +0200
commitcb7e4a9ef3f02d5a543f99d013b5034f50732293 (patch)
treef5a6f958666130b1104f91e6ddc217de0be34c5a /buildScripts/create-eclipse-project.ant.xml
parent88918e9eb3e65645fddd0f5f850795ce3fec25df (diff)
downloadlombok-cb7e4a9ef3f02d5a543f99d013b5034f50732293.tar.gz
lombok-cb7e4a9ef3f02d5a543f99d013b5034f50732293.tar.bz2
lombok-cb7e4a9ef3f02d5a543f99d013b5034f50732293.zip
[build] propagate chosen bootclasspath into eclipse test targets
Diffstat (limited to 'buildScripts/create-eclipse-project.ant.xml')
-rw-r--r--buildScripts/create-eclipse-project.ant.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml
index 386ed3de..89e2f91f 100644
--- a/buildScripts/create-eclipse-project.ant.xml
+++ b/buildScripts/create-eclipse-project.ant.xml
@@ -69,6 +69,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede
<arg value="name=Lombok-test Base" />
<arg value="testType=lombok.TestBase" />
<arg value="jvmTarget=1.8" />
+ <arg value="bootpath=${jdk8-rt.loc}" />
<arg value="conf.test=${cp.test}" />
<arg value="conf.stripe=${cp.stripe}" />
<arg value="favorite" />
@@ -82,6 +83,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede
<arg value="name=Lombok-test Eclipse-202006" />
<arg value="testType=lombok.TestEclipse" />
<arg value="jvmTarget=1.8" />
+ <arg value="bootpath=${jdk8-rt.loc}" />
<arg value="conf.test=${cp.test}" />
<arg value="conf.stripe=${cp.stripe}" />
<arg value="conf.eclipse-oxygen=${cp.eclipse-202006}" />