diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-15 22:32:19 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-15 22:32:19 +0200 |
commit | d2ffd52636113c5737e32779938511ae68a1a0fe (patch) | |
tree | b55379c361078a81bafef60774f6cdfb5654f016 /build.xml | |
parent | c4cd04b7d2ebf39821466bcd5d2285fdd25b221f (diff) | |
download | lombok-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |