diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-17 12:50:28 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-17 12:50:28 +0100 |
commit | c04941f11c6be7f1bb0ccb58f77f85ea6c1d2ec8 (patch) | |
tree | 1c944b8e90e179057c3ebf0be7cff2220b82ad0c | |
parent | 58693486f0669de0b798fb19b82379bab8265d9d (diff) | |
download | lombok-c04941f11c6be7f1bb0ccb58f77f85ea6c1d2ec8.tar.gz lombok-c04941f11c6be7f1bb0ccb58f77f85ea6c1d2ec8.tar.bz2 lombok-c04941f11c6be7f1bb0ccb58f77f85ea6c1d2ec8.zip |
[build] Further adjustments to the 'ant intellij' target.
As I don't use intellij, no idea if it works. Feedback welcome!
-rw-r--r-- | buildScripts/create-intellij-project.ant.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/buildScripts/create-intellij-project.ant.xml b/buildScripts/create-intellij-project.ant.xml index 47ab891f..1831eb8c 100644 --- a/buildScripts/create-intellij-project.ant.xml +++ b/buildScripts/create-intellij-project.ant.xml @@ -34,9 +34,12 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede invoking ant, all will be well. <input>Press return to continue</input> <ivy:intellijgen> - <conf name="build" sources="contrib" /> - <conf name="test" sources="contrib" /> + <conf name="build" sources="sources" /> + <conf name="javac6" sources="sources" /> + <conf name="test" sources="sources" /> + <conf name="buildTools" sources="sources" /> <module name="lombok" depends="build, test"> + <srcdir dir="src/spiProcessor" /> <srcdir dir="src/core" /> <srcdir dir="src/core8" /> <srcdir dir="src/launch" /> |