Skip to content

Commit 0b19f41

Browse files
authored
Merge pull request #728 from aschackmull/java/qltest-qlpath
Java: Add .qlpath to the test dir.
2 parents 6f82714 + e0d3be7 commit 0b19f41

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

java/ql/test/.qlpath

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<ns2:qlpath xmlns:ns2="https://semmle.com/schemas/qlpath">
3+
<librarypath>
4+
<path kind="WORKSPACE">/semmlecode-queries</path>
5+
</librarypath>
6+
<dbscheme kind="WORKSPACE">/semmlecode-queries/config/semmlecode.dbscheme</dbscheme>
7+
<defaultImports>
8+
<defaultImport>java</defaultImport>
9+
</defaultImports>
10+
</ns2:qlpath>

0 commit comments

Comments
 (0)