From cb8d1d034338c9e5c3516953cdd3bc4339cb664c Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 10 Feb 2014 22:29:04 +0100 Subject: fix to the new eclipseForDebugging target, which didnt work on windows due to backslashes in paths getting eliminated when using a path in a regexp replace string. --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 - + + + Added to project classpath from your eclipse installation: ${pluginName}. -- cgit