aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/compile.ant.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/compile.ant.xml')
-rw-r--r--buildScripts/compile.ant.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml
index 0d08d482..00909db8 100644
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -62,7 +62,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and buil
<pathelement path="${packing.basedirs.colon}" />
</path>
- <target name="-compile.spiProcessor" depends="version, -setup.build" description="Compiles the services file generating processor">
+ <target name="create.spiProcessor" depends="version, -setup.build" description="Compiles the services file generating processor">
<ivy:compile destdir="build/spiProcessor" source="1.8" target="1.8" ecj="true">
<src path="src/spiProcessor" />
<classpath location="build/spiProcessor" />
@@ -74,7 +74,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and buil
</jar>
</target>
- <target name="compile" depends="version, deps, -setup.build, -compile.spiProcessor" description="Compiles the code">
+ <target name="compile" depends="version, deps, -setup.build, create.spiProcessor" description="Compiles the code">
<!--
1. Compile stubs.
2. Compile transplants.