|
@@ -87,7 +87,7 @@ public class RegexpFactory extends RegexpMatcherFactory |
|
|
if (p == null) { |
|
|
if (p == null) { |
|
|
systemDefault = System.getProperty("ant.regexp.regexpimpl"); |
|
|
systemDefault = System.getProperty("ant.regexp.regexpimpl"); |
|
|
} else { |
|
|
} else { |
|
|
systemDefault = (String) p.getProperties().get("ant.regexp.regexpimpl"); |
|
|
|
|
|
|
|
|
systemDefault = p.getProperty("ant.regexp.regexpimpl"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (systemDefault != null) { |
|
|
if (systemDefault != null) { |
|
|