@@ -71,23 +71,14 @@ language="java"/>``).
7171A ``qlpack.yml `` file defines a :ref: `QL pack <about-ql-packs >`.
7272The content of a ``qlpack.yml `` file is described in the CodeQL CLI documentation. This file
7373will 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).
74+ on the CodeQL CLI (that is, LGTM.com and LGTM Enterprise).
7675
7776If both a ``queries.xml `` and a ``qlpack.yml `` exist in the same
7877directory, the latter takes precedence (and the former is assumed to
7978exist for compatibility with older tooling).
8079
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)
80+ The CodeQL CLI and newer tools based on it (such as,
81+ GitHub code scanning and the CodeQL extension for Visual Studio Code)
9182construct a library path using QL packs. For each QL pack
9283added to the library path, the QL packs named in its
9384``libraryPathDependencies `` will be subsequently added to the library
0 commit comments