[RFC][icedtea-web] Use IcedTea as the vendor for all JNLPs in test suite
Danesh Dadachanji
ddadacha at redhat.com
Tue Apr 3 11:13:44 PDT 2012
Hi,
Many of the JNLPs in the test suite have various vendors (for no particular reason). For the community's sake, I'd like to replace all
the ones under tests/jnlp_tests/ with IcedTea. I'm avoiding touching the unit test ones because I'm not 100% sure the vendor's being
specified explicitly to be tested.
This command should do the trick:
$ find ./icedtea-web/tests/jnlp_tests/ -name *\.jnlp -exec sed -ie 's/<vendor>[A-Za-z0-9 ]*<\/vendor>/<vendor>IcedTea<\/vendor>/g' {} \;
The attached patch has the result, the above worked as expected.
Okay to push to HEAD?
Cheers,
Danesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: replace-vendor-with-icedtea.patch
Type: text/x-patch
Size: 40557 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120403/8c10c3a9/replace-vendor-with-icedtea.patch
More information about the distro-pkg-dev
mailing list