Skip to content

Commit f9e811b

Browse files
committed
Legacy support qlpacks: continue using libraryPathDependencies; add a comment noting this is obsolete.
1 parent 5ad5cdc commit f9e811b

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-go
22
version: 0.0.0
3-
dependencies:
4-
codeql/go-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies: codeql-go

misc/legacy-support/cpp/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-cpp
22
version: 0.0.0
3-
dependencies:
4-
codeql/cpp-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies:
5+
- codeql/cpp-all

misc/legacy-support/csharp/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-csharp
22
version: 0.0.0
3-
dependencies:
4-
codeql/csharp-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies:
5+
- codeql/csharp-all

misc/legacy-support/java/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-java
22
version: 0.0.0
3-
dependencies:
4-
codeql/java-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies:
5+
- codeql/java-all
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-javascript
22
version: 0.0.0
3-
dependencies:
4-
codeql/javascript-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies:
5+
- codeql-javascript

misc/legacy-support/python/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: legacy-libraries-python
22
version: 0.0.0
3-
dependencies:
4-
codeql/python-all: '*'
3+
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+
libraryPathDependencies:
5+
- codeql/python-all

0 commit comments

Comments
 (0)