|
|
@@ -22,8 +22,6 @@ import org.apache.oro.text.regex.Substitution; |
|
|
|
import org.apache.oro.text.regex.Util; |
|
|
|
import org.apache.tools.ant.BuildException; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*** |
|
|
|
* Regular expression implementation using the Jakarta Oro package |
|
|
|
*/ |
|
|
@@ -69,7 +67,6 @@ public class JakartaOroRegexp extends JakartaOroMatcher implements Regexp { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Do the substitution |
|
|
|
Substitution s = |
|
|
|
new Perl5Substitution(subst.toString(), |
|
|
|