aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildScripts/compile.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml
index 57e15d95..59715ee4 100644
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -82,7 +82,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and buil
<mkdir dir="build/lombok-main/lombok/launch" />
<jar destfile="build/lombok-main/lombok/launch/mavenEcjBootstrapAgent.jar" basedir="build/mavenEcjBootstrapAgent">
<manifest>
- <attribute name="Premain-Class" value="lombok.launch.AgentBootstrap" />
+ <attribute name="Premain-Class" value="lombok.launch.MavenEcjBootstrapAgent" />
<attribute name="Can-Redefine-Classes" value="true" />
</manifest>
</jar>