aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6f44f40c..62864b41 100644
--- a/build.xml
+++ b/build.xml
@@ -78,7 +78,7 @@
</jar>
<jar basedir="build/eclipse.agent" destfile="dist/lombok.eclipse.agent-${lombok.version}.jar">
<manifest>
- <attribute name="Premain-Class" value="lombok.agent.eclipse.EclipseParserPatcher" />
+ <attribute name="Premain-Class" value="lombok.eclipse.agent.EclipseParserPatcher" />
<attribute name="Can-Redefine-Classes" value="true" />
</manifest>
</jar>