aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-02-20 20:53:50 +0100
committerRoel Spilker <r.spilker@gmail.com>2014-02-20 20:53:50 +0100
commitdccbcd8f5c25f6de88137003d97c4815007c35bc (patch)
treee8b15d4979425ffcca34032d236f7cfaec0b7885
parentb53da8728732630aa6c6e0760dd8247922c59196 (diff)
downloadlombok-dccbcd8f5c25f6de88137003d97c4815007c35bc.tar.gz
lombok-dccbcd8f5c25f6de88137003d97c4815007c35bc.tar.bz2
lombok-dccbcd8f5c25f6de88137003d97c4815007c35bc.zip
Use the source for the source :-)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bf2ba1d9..b411b5c3 100644
--- a/build.xml
+++ b/build.xml
@@ -370,7 +370,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<replaceregexp file=".classpath" flags="is" encoding="UTF-8">
<regexp pattern="^(.*?)(.)${intentionallyBreakTheRegexp}(&lt;classpathentry kind=.lib. path=)(.*)$" />
- <substitution expression="\1\2&lt;classpathentry kind=&quot;lib&quot; path=&quot;____AUGMENT_BIN____&quot; sourcepath=&quot;____AUGMENT_BIN____&quot;/&gt;\${line.separator}\2\3\4" />
+ <substitution expression="\1\2&lt;classpathentry kind=&quot;lib&quot; path=&quot;____AUGMENT_BIN____&quot; sourcepath=&quot;____AUGMENT_SRC____&quot;/&gt;\${line.separator}\2\3\4" />
</replaceregexp>
<replace file=".classpath" token="____AUGMENT_BIN____" value="${augment.bin}" />
<replace file=".classpath" token="____AUGMENT_SRC____" value="${augment.src}" />