diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-10-31 19:20:49 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-10-31 19:20:49 +0100 |
commit | ed177bb7822f460bf7e3b07a1f5754f127842a63 (patch) | |
tree | 9c19205b50af0ae898a3058daeca98c183a30290 /build.xml | |
parent | 16661be2d99359c94569620e1daf2362d5356341 (diff) | |
download | lombok-ed177bb7822f460bf7e3b07a1f5754f127842a63.tar.gz lombok-ed177bb7822f460bf7e3b07a1f5754f127842a63.tar.bz2 lombok-ed177bb7822f460bf7e3b07a1f5754f127842a63.zip |
Add src/utils to the source paths
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -204,6 +204,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <conf name="test" sources="contrib" /> <module name="lombok" depends="build, test"> <srcdir dir="src/core" /> + <srcdir dir="src/utils" /> <srcdir dir="src/eclipseAgent" /> <srcdir dir="src/installer" /> <srcdir dir="src/delombok" /> @@ -223,6 +224,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <target name="eclipse" depends="deps, contrib" description="Creates eclipse project files and downloads all dependencies. Open this directory as project in eclipse after running this target."> <ivy:eclipsegen> <srcdir dir="src/core" /> + <srcdir dir="src/utils" /> <srcdir dir="src/eclipseAgent" /> <srcdir dir="src/installer" /> <srcdir dir="src/delombok" /> @@ -311,6 +313,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </jar> <jar destfile="dist/lombok-${lombok.version}-sources.jar"> <fileset dir="src/core" /> + <fileset dir="src/utils" /> <fileset dir="src/eclipseAgent" /> <fileset dir="src/installer" /> <fileset dir="src/delombok" /> |