diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-05-15 13:03:38 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-05-15 13:03:38 -0400 |
commit | e3b0baec1aa4f3c1e04a3f42d7384d66d768188b (patch) | |
tree | b46868f7f67e3f790112948da24da5bc8d0511b8 /build-aux | |
parent | f2e3cdf5f7fa6b162de98630ca07969e149f18eb (diff) | |
download | tame-e3b0baec1aa4f3c1e04a3f42d7384d66d768188b.tar.gz tame-e3b0baec1aa4f3c1e04a3f42d7384d66d768188b.tar.bz2 tame-e3b0baec1aa4f3c1e04a3f42d7384d66d768188b.zip |
Cut down on namespace exports for object files
This should cut down on the file sizes a bit.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/csv2xml | 2 | ||||
-rwxr-xr-x | build-aux/tdat2xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/csv2xml b/build-aux/csv2xml index bac9198..85c3bda 100755 --- a/build-aux/csv2xml +++ b/build-aux/csv2xml @@ -67,8 +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" \ - " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" \ - " xsi:schemaLocation=\"http://www.lovullo.com/rater %1$srater/rater.xsd\"\n\n" \ " name=\"suppliers/rates/tables/%2$s\"\n" \ " desc=\"%2$s rate table\">\n\n" \ " <!--\n" \ diff --git a/build-aux/tdat2xml b/build-aux/tdat2xml index 1274e32..09ff2b4 100755 --- a/build-aux/tdat2xml +++ b/build-aux/tdat2xml @@ -23,8 +23,6 @@ <lv:package xmlns:lv="http://www.lovullo.com/rater" xmlns:c="http://www.lovullo.com/calc" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.lovullo.com/rater ../../rater/rater.xsd" <?php |