diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-08 00:24:58 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-08 00:24:58 +0200 |
commit | 75647ee2dfec929719ddbd58fdd0b10006309fab (patch) | |
tree | 036ddf794f6cc00e7c8444216dccb8e9e9720e96 /build.xml | |
parent | 251fd03cd78ef6996d4252450bda596a5e8b11b9 (diff) | |
download | lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.gz lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.bz2 lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.zip |
Fixes for eclipse mars.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -382,6 +382,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <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.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> <antcall target="-augmentClasspath"><param name="pluginName" value="org.eclipse.core.jobs" /></antcall> |