Ralph Goers wrote:
So once all references in our code are gone it can be removed?
Maybe not, ie xalan needs regexp. :-S
Best Regards,
Antonio Gallardo.
Joerg Heinicke wrote:
On 10.02.2006 23:29, Ralph Goers wrote:
I ran a grep a while ago and found that there was one other place that
used Jakarta regexp. I think it was SourceUtil. I did not change
that. Jakarta regexp is in the lib/endorsed directory. I have no
idea why. I
presume some other package we are using requires it.
It is in the endorsed dir because an older version of it comes with
the newer Sun JDKs (I think 1.5 and later). So we have the same
problem as with the XML libs.
Jörg