diff options
-rw-r--r-- | buildScripts/create-intellij-project.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/create-intellij-project.ant.xml b/buildScripts/create-intellij-project.ant.xml index 33c1e449..f0bba6e4 100644 --- a/buildScripts/create-intellij-project.ant.xml +++ b/buildScripts/create-intellij-project.ant.xml @@ -37,7 +37,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede <conf name="build" sources="sources" /> <conf name="javac6" sources="sources" /> <conf name="test" sources="sources" /> - <conf name="buildTools" sources="sources" /> + <conf name="buildtools" sources="sources" /> <module name="lombok" depends="build, test"> <srcdir dir="src/spiProcessor" /> <srcdir dir="src/core" /> |