aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-15 22:32:19 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-15 22:32:19 +0200
commitd2ffd52636113c5737e32779938511ae68a1a0fe (patch)
treeb55379c361078a81bafef60774f6cdfb5654f016 /build.xml
parentc4cd04b7d2ebf39821466bcd5d2285fdd25b221f (diff)
downloadlombok-d2ffd52636113c5737e32779938511ae68a1a0fe.tar.gz
lombok-d2ffd52636113c5737e32779938511ae68a1a0fe.tar.bz2
lombok-d2ffd52636113c5737e32779938511ae68a1a0fe.zip
Fixed showstopper bugs we ran into when actually running with these changes. Related to
8353911b1d3a8d59a07042976bb924a7eccb5d0d
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>