0
|
1 <?xml version="1.0"?>
|
|
2 <tables>
|
|
3 <!-- Locations of Kraken databases -->
|
|
4 <!-- This is intended to match the devteam/kraken suite -->
|
|
5 <table name="kraken_databases" comment_char="#">
|
|
6 <columns>value, name, path</columns>
|
|
7 <file path="${__HERE__}/test-data/kraken_databases.loc" />
|
|
8 </table>
|
3
|
9 <!-- Locations of Kaiju databases -->
|
0
|
10 <!-- This is intended to match any kaiju-only wrapper -->
|
|
11 <table name="kaiju_databases" comment_char="#">
|
|
12 <columns>value, name, path</columns>
|
|
13 <file path="${__HERE__}/test-data/kaiju_databases.loc" />
|
|
14 </table>
|
|
15 </tables>
|