mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add .qlpath and .project files for Python queries.
This commit is contained in:
18
python/ql/src/.project
Normal file
18
python/ql/src/.project
Normal 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
6
python/ql/src/.qlpath
Normal 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>
|
||||
Reference in New Issue
Block a user