Add .qlpath and .project files for Python queries.

This commit is contained in:
Mark Shannon
2018-11-19 16:28:53 +00:00
parent 5f58824d1b
commit c2e0ee1c47
2 changed files with 24 additions and 0 deletions

18
python/ql/src/.project Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>semmlecode-python-queries</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
</natures>
</projectDescription>

6
python/ql/src/.qlpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns:qlpath xmlns:ns="https://semmle.com/schemas/qlpath">
<librarypath/>
<dbscheme>/semmlecode-python-queries/semmlecode.python.dbscheme</dbscheme>
<defaultImports><defaultImport>python</defaultImport></defaultImports>
</ns:qlpath>