changeset 6:ccf8827ea93a draft

Uploaded
author iss
date Fri, 03 May 2019 10:01:57 -0400
parents 8faefeac90e8
children d7dd7c57fe6b
files tool_data_table_conf.xml.sample tool_data_table_conf.xml.test
diffstat 2 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample	Fri May 03 10:01:57 2019 -0400
@@ -0,0 +1,10 @@
+<tables>
+    <table name="chewbbaca_schemas" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/test-data/chewbbaca_schemas.loc" />
+    </table>
+    <table name="chewbbaca_ptfs" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/test-data/chewbbaca_ptfs.loc" />
+    </table>
+</tables>
\ No newline at end of file
--- a/tool_data_table_conf.xml.test	Fri May 03 09:52:14 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-<tables>
-    <table name="chewbbaca_schemas" comment_char="#">
-        <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/chewbbaca_schemas.loc" />
-    </table>
-    <table name="chewbbaca_ptfs" comment_char="#">
-        <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/chewbbaca_ptfs.loc" />
-    </table>
-</tables>
\ No newline at end of file