diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-19 09:26:19 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-19 09:27:20 -0400 |
commit | 04a31ecca1e9c044d988f8e7594bf63e73943c91 (patch) | |
tree | 4acfa72fc48423c4c9ea3c2503d0a8ee371982f6 /build-aux | |
parent | 74d116053342169596add953760855e48bc2c7e7 (diff) | |
download | tame-04a31ecca1e9c044d988f8e7594bf63e73943c91.tar.gz tame-04a31ecca1e9c044d988f8e7594bf63e73943c91.tar.bz2 tame-04a31ecca1e9c044d988f8e7594bf63e73943c91.zip |
csv2xml: Remove @name
This has been autogenerated for some time (during complication).
* build-aux/csv2xml: Remove @name from output root node.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/csv2xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/csv2xml b/build-aux/csv2xml index 85c3bda..f8c8ec6 100755 --- a/build-aux/csv2xml +++ b/build-aux/csv2xml @@ -67,7 +67,6 @@ BEGIN { " xmlns=\"http://www.lovullo.com/rater\"\n" \ " xmlns:c=\"http://www.lovullo.com/calc\"\n" \ " xmlns:t=\"http://www.lovullo.com/rater/apply-template\"\n" \ - " name=\"suppliers/rates/tables/%2$s\"\n" \ " desc=\"%2$s rate table\">\n\n" \ " <!--\n" \ " WARNING: This file was generated by csv2xml; do not modify!\n" \ |