aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-07-08 00:24:58 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-07-08 00:24:58 +0200
commit75647ee2dfec929719ddbd58fdd0b10006309fab (patch)
tree036ddf794f6cc00e7c8444216dccb8e9e9720e96 /build.xml
parent251fd03cd78ef6996d4252450bda596a5e8b11b9 (diff)
downloadlombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.gz
lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.tar.bz2
lombok-75647ee2dfec929719ddbd58fdd0b10006309fab.zip
Fixes for eclipse mars.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 969cbab3..e157632b 100644
--- a/build.xml
+++ b/build.xml
@@ -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>