Torsten Werner schrieb:
> I have tried ant's filtering but it does not work. You can run
> sed recursively.
I'm stupid.
<copy file="in" toFile="out">
<filterchain>
<tokenfilter>
<replacestring from="com.sun.xml.bind.v2"
to="com.sun.xml.internal.bind.v2"/>
</tokenfilter>
</filterchain>
</copy>
just works.
Cheers,
Torsten