aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRawi01 <Rawi01@users.noreply.github.com>2020-04-04 16:44:16 +0200
committerRawi01 <Rawi01@users.noreply.github.com>2020-04-04 16:48:11 +0200
commitf035e9177f437228ac5dcd0c12deccc96a34e623 (patch)
tree2b446c6dabbe8c60cc6bf96dfef29d193efccf48
parentc95b473e7fc508faed72f990c85fdff65b6d090a (diff)
downloadlombok-f035e9177f437228ac5dcd0c12deccc96a34e623.tar.gz
lombok-f035e9177f437228ac5dcd0c12deccc96a34e623.tar.bz2
lombok-f035e9177f437228ac5dcd0c12deccc96a34e623.zip
Add missing library to generated project
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f50d68f6..494d3d0f 100644
--- a/build.xml
+++ b/build.xml
@@ -496,6 +496,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating</echo>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.equinox.common" /></antcall>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.osgi" /></antcall>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.jdt.core" /></antcall>
+ <antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.jdt.core.manipulation" /></antcall>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.jdt.ui" /></antcall>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.jface.text" /></antcall>
<antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.core.resources" /></antcall>