diff options
author | Rawi01 <Rawi01@users.noreply.github.com> | 2023-03-01 20:20:14 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2023-03-22 10:22:34 +0100 |
commit | 2cb1e085ea3c4680820adc1da110523c404ff771 (patch) | |
tree | 1d61153e6760f470a2a6faca12f25b375f517812 | |
parent | 70754bdf077059f3b62412b68548b5fc86178afd (diff) | |
download | lombok-2cb1e085ea3c4680820adc1da110523c404ff771.tar.gz lombok-2cb1e085ea3c4680820adc1da110523c404ff771.tar.bz2 lombok-2cb1e085ea3c4680820adc1da110523c404ff771.zip |
Add missing classpath element to eclipse-X-full
-rw-r--r-- | buildScripts/tests.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index a96873e5..5d8bf11f 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -235,6 +235,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <classpath refid="cp.eclipse-@{version}" /> <classpath location="build/ant" /> <classpath refid="cp.test" /> + <classpath refid="cp.stripe" /> <classpath refid="cp.eclipse-@{version}" /> <classpath refid="packing.basedirs.path" /> <classpath location="build/tests" /> |