aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 05e36913..bf2ba1d9 100644
--- a/build.xml
+++ b/build.xml
@@ -370,8 +370,10 @@ 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.src}&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_BIN____&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}" />
<echo>Added to project classpath from your eclipse installation: ${pluginName}.</echo>
</target>