Skip to content

Commit 8b7c7b9

Browse files
authored
Refactor project dependencies in Main.rsc
Removed specific branch info
1 parent a12e2d7 commit 8b7c7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/rascal/Main.rsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Projects projects = {
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"})>,
4444
<"php-analysis", project(|https://github.com/cwi-swat/php-analysis.git|, {"rascal", "rascal-git"}, srcs=["src/main/rascal"])>,
45-
<"rascal-lsp-all", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal-all", "typepal"}, branch="fix/type-errors-in-integration-tests", subdir="rascal-lsp", srcs=["src/main/rascal/library","src/main/rascal/lsp"])>,
46-
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal", "typepal"}, branch="fix/type-errors-in-integration-tests", srcs=["src/main/rascal/library"], subdir="rascal-lsp")>
45+
<"rascal-lsp-all", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal-all", "typepal"}, subdir="rascal-lsp", srcs=["src/main/rascal/library","src/main/rascal/lsp"])>,
46+
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal", "typepal"}, srcs=["src/main/rascal/library"], subdir="rascal-lsp")>
4747
};
4848

4949
bool isWindows = /win/i := getSystemProperty("os.name");

0 commit comments

Comments
 (0)