Skip to content

Commit c2e0ee1

Browse files
committed
Add .qlpath and .project files for Python queries.
1 parent 5f58824 commit c2e0ee1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

python/ql/src/.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>semmlecode-python-queries</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.python.pydev.pythonNature</nature>
16+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
17+
</natures>
18+
</projectDescription>

python/ql/src/.qlpath

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

0 commit comments

Comments
 (0)