diff options
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/compile.ant.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index cafc59b9..043b67c0 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -83,6 +83,7 @@ lombok code including the various agents. <sourcePath path="src/core" /> <sourcePath path="src/installer" /> <sourcePath path="src/eclipseAgent" /> + <sourcePath path="src/delombok" /> <class location="build/lombok/lombok" /> </findbugs> </target> @@ -111,6 +112,7 @@ lombok code including the various agents. <src path="src/core" /> <src path="src/installer" /> <src path="src/eclipseAgent" /> + <src path="src/delombok" /> <exclude name="lombok/javac/**" /> <classpath refid="deps.path" /> <classpath refid="libs.path" /> @@ -119,6 +121,7 @@ lombok code including the various agents. <src path="src/core" /> <src path="src/installer" /> <src path="src/eclipseAgent" /> + <src path="src/delombok" /> <include name="lombok/javac/**" /> <classpath refid="deps.path" /> <classpath refid="libs.path" /> @@ -133,6 +136,9 @@ lombok code including the various agents. <fileset dir="src/eclipseAgent"> <patternset refid="copyables" /> </fileset> + <fileset dir="src/delombok"> + <patternset refid="copyables" /> + </fileset> </copy> <mkdir dir="build/lombok/META-INF" /> |