aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-04-01 05:34:56 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-04-02 02:06:30 +0200
commite45b492bb007af43301799f2e338a509a6389888 (patch)
treeab109e294a8667043445b31446648ba2ffdc23a4 /build.xml
parent7707140b6c86bd34801f3fd29092be06e2cee3cf (diff)
downloadlombok-e45b492bb007af43301799f2e338a509a6389888.tar.gz
lombok-e45b492bb007af43301799f2e338a509a6389888.tar.bz2
lombok-e45b492bb007af43301799f2e338a509a6389888.zip
[i802] working on eclipse mars support; this needs a few updates to integration with patcher.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 802c0335..d26b9e1e 100644
--- a/build.xml
+++ b/build.xml
@@ -190,6 +190,11 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<src path="build/transformedSources" />
</ivy:compile>
+ <ivy:compile destdir="build/lombok/Class50" source="1.4" target="1.6" includeantruntime="false">
+ <compilerarg value="-Xbootclasspath/p:build/stubs${path.separator}lib/openJDK6Environment/rt-openjdk6.jar" />
+ <src path="build/transformedSources" />
+ </ivy:compile>
+
<ivy:compile destdir="build/lombok" source="1.5" target="1.5" includeantruntime="false">
<compilerarg value="-Xbootclasspath/p:build/stubs${path.separator}lib/openJDK6Environment/rt-openjdk6.jar" />
<src path="src/launch" />
@@ -202,6 +207,14 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<classpath refid="build.path" />
</ivy:compile>
+ <ivy:compile destdir="build/lombok/Class50" source="1.5" target="1.6" includeantruntime="false">
+ <compilerarg value="-Xbootclasspath/p:build/stubs${path.separator}lib/openJDK6Environment/rt-openjdk6.jar" />
+ <src path="src/eclipseAgent" />
+ <include name="lombok/launch/PatchFixesHider.java" />
+ <classpath location="build/lombok" />
+ <classpath refid="build.path" />
+ </ivy:compile>
+
<ivy:compile destdir="build/lombok" source="1.6" target="1.6" includeantruntime="false">
<compilerarg value="-Xbootclasspath/p:build/stubs${path.separator}lib/openJDK6Environment/rt-openjdk6.jar" />
<src path="src/core" />