diff options
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}(<classpathentry kind=.lib. path=)(.*)$" /> - <substitution expression="\1\2<classpathentry kind="lib" path="____AUGMENT_BIN____" sourcepath="____AUGMENT_BIN____"/>\${line.separator}\2\3\4" /> + <substitution expression="\1\2<classpathentry kind="lib" path="____AUGMENT_BIN____" sourcepath="____AUGMENT_SRC____"/>\${line.separator}\2\3\4" /> </replaceregexp> <replace file=".classpath" token="____AUGMENT_BIN____" value="${augment.bin}" /> <replace file=".classpath" token="____AUGMENT_SRC____" value="${augment.src}" /> |