diff options
author | Rawi01 <Rawi01@users.noreply.github.com> | 2020-04-04 16:44:16 +0200 |
---|---|---|
committer | Rawi01 <Rawi01@users.noreply.github.com> | 2020-04-04 16:48:11 +0200 |
commit | f035e9177f437228ac5dcd0c12deccc96a34e623 (patch) | |
tree | 2b446c6dabbe8c60cc6bf96dfef29d193efccf48 | |
parent | c95b473e7fc508faed72f990c85fdff65b6d090a (diff) | |
download | lombok-f035e9177f437228ac5dcd0c12deccc96a34e623.tar.gz lombok-f035e9177f437228ac5dcd0c12deccc96a34e623.tar.bz2 lombok-f035e9177f437228ac5dcd0c12deccc96a34e623.zip |
Add missing library to generated project
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |