Skip to content

Commit d8d3a2b

Browse files
authored
Only run on the source folder of php-analysios for now.
1 parent 3fe5ab5 commit d8d3a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/rascal/Main.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Projects projects = {
4141
<"flybytes", project(|https://github.com/usethesource/flybytes.git|, {"rascal"})>,
4242
<"drambiguity", project(|https://github.com/cwi-swat/drambiguity.git|, {"rascal", "salix-core"})>,
4343
<"rascal-git", project(|https://github.com/cwi-swat/rascal-git.git|, {"rascal"})>,
44-
<"php-analysis", project(|https://github.com/cwi-swat/php-analysis.git|, {"rascal", "rascal-git"})>,
44+
<"php-analysis", project(|https://github.com/cwi-swat/php-analysis.git|, {"rascal", "rascal-git"}, srcs=["src/main/rascal"])>,
4545
<"rascal-lsp-all", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal-all"}, subdir="rascal-lsp", srcs=["src/main/rascal/library","src/main/rascal/lsp"])>,
4646
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal"}, srcs=["src/main/rascal/library"], subdir="rascal-lsp")>
4747
};

0 commit comments

Comments
 (0)