Skip to content

Commit c3f0bea

Browse files
Merge pull request #12 from anaarmas/eclipseProjectFiles
Commit .project and .qlpath…
2 parents 375dd02 + 235aad0 commit c3f0bea

9 files changed

Lines changed: 79 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# emacs backups
22
*~
3+
/.metadata/

ql_demos/.project

Lines changed: 0 additions & 11 deletions
This file was deleted.

ql_demos/cpp/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ql-demos-cpp</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
11+
</natures>
12+
</projectDescription>

ql_demos/cpp/.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="PLUGIN">com.semmle.code.cpp.library</path>
5+
</librarypath>
6+
<dbscheme kind="PLUGIN">com.semmle.code.cpp.dbscheme</dbscheme>
7+
<defaultImports>
8+
<defaultImport>cpp</defaultImport>
9+
</defaultImports>
10+
</ns2:qlpath>

ql_demos/csharp/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ql-demos-csharp</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
11+
</natures>
12+
</projectDescription>

ql_demos/csharp/.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="PLUGIN">com.semmle.code.csharp.library</path>
5+
</librarypath>
6+
<dbscheme kind="PLUGIN">com.semmle.code.csharp.dbscheme</dbscheme>
7+
<defaultImports>
8+
<defaultImport>csharp</defaultImport>
9+
</defaultImports>
10+
</ns2:qlpath>

ql_demos/java/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ql-demos-java</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
11+
</natures>
12+
</projectDescription>

ql_demos/javascript/.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ql-demos-javascript</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
11+
</natures>
12+
</projectDescription>

ql_demos/javascript/.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="PLUGIN">com.semmle.code.javascript.library</path>
5+
</librarypath>
6+
<dbscheme kind="PLUGIN">com.semmle.code.javascript.dbscheme</dbscheme>
7+
<defaultImports>
8+
<defaultImport>javascript</defaultImport>
9+
</defaultImports>
10+
</ns2:qlpath>

0 commit comments

Comments
 (0)