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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

