@@ -69,25 +69,14 @@ of the active database schema (for example, ``<queries
69
69
language="java"/> ``).
70
70
71
71
A ``qlpack.yml `` file defines a :ref: `QL pack <about-ql-packs >`.
72
- The content of a ``qlpack.yml `` file is described in the CodeQL CLI documentation. This file
73
- will not be recognized when using legacy tools that are not based
74
- on the CodeQL CLI (that is, LGTM.com, LGTM Enterprise, ODASA, CodeQL for
75
- Eclipse, and CodeQL for Visual Studio).
72
+ The content of a ``qlpack.yml `` file is described in the CodeQL CLI documentation.
76
73
77
74
If both a ``queries.xml `` and a ``qlpack.yml `` exist in the same
78
75
directory, the latter takes precedence (and the former is assumed to
79
76
exist for compatibility with older tooling).
80
77
81
- In legacy QL tools that don't recognize ``qlpack.yml `` files, the default
82
- value of the library path for
83
- each supported language is hard-coded. The tools contain directories within the ODASA
84
- distribution that define the default CodeQL libraries for the selected
85
- language. Which language to use depends on the ``language `` attribute
86
- of the ``queries.xml `` file if not overridden with a ``--language ``
87
- option to the ODASA CLI.
88
-
89
- On the other hand, the CodeQL CLI and newer tools based on it (such as
90
- GitHub Code Scanning and the CodeQL extension for Visual Studio Code)
78
+ The CodeQL CLI and newer tools based on it (such as,
79
+ GitHub code scanning and the CodeQL extension for Visual Studio Code)
91
80
construct a library path using QL packs. For each QL pack
92
81
added to the library path, the QL packs named in its
93
82
``libraryPathDependencies `` will be subsequently added to the library
0 commit comments