aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/compile.ant.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml
index a1181f87..1cc6933c 100644
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -159,8 +159,7 @@ lombok code including the various agents.
<fileset dir="build" includes="changelog.txt" />
<fileset dir="." includes="LICENCE" />
<manifest>
-<!-- <attribute name="Premain-Class" value="lombok.eclipse.agent.EclipsePatcher" /> -->
- <attribute name="Premain-Class" value="lombok.netbeans.agent.NetbeansPatcher" />
+ <attribute name="Premain-Class" value="lombok.core.Agent" />
<attribute name="Can-Redefine-Classes" value="true" />
<attribute name="Main-Class" value="lombok.core.Main" />
<attribute name="Lombok-Version" value="${lombok.version}" />