@@ -69,25 +69,14 @@ of the active database schema (for example, ``<queries
6969language="java"/> ``).
7070
7171A ``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.
7673
7774If both a ``queries.xml `` and a ``qlpack.yml `` exist in the same
7875directory, the latter takes precedence (and the former is assumed to
7976exist for compatibility with older tooling).
8077
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)
9180construct a library path using QL packs. For each QL pack
9281added to the library path, the QL packs named in its
9382``libraryPathDependencies `` will be subsequently added to the library
0 commit comments