aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-19 03:24:44 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-19 03:24:44 +0200
commit00452d0e954921b2e0f871bc67d5577daf4cc798 (patch)
tree319294d302d0e9bdfeee46b5ad87e445d87931ec /build.xml
parent7bbf7789f8db8573dc76f215f092ddd2d8a8cbfd (diff)
downloadlombok-00452d0e954921b2e0f871bc67d5577daf4cc798.tar.gz
lombok-00452d0e954921b2e0f871bc67d5577daf4cc798.tar.bz2
lombok-00452d0e954921b2e0f871bc67d5577daf4cc798.zip
Renamed EclipseParserPatcher to EclipsePatcher, as it patches not just the parser, but also the CompilationUnitDeclaration class so we can store our AST in it for caching purposes.
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 6072730c..4179d3a7 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.eclipse.agent.EclipseParserPatcher" />
+ <attribute name="Premain-Class" value="lombok.eclipse.agent.EclipsePatcher" />
<attribute name="Can-Redefine-Classes" value="true" />
</manifest>
</jar>