Skip to content

Commit 314d2bf

Browse files
committed
moved language plugins to a plugins subdirectory
1 parent 79536f3 commit 314d2bf

File tree

211 files changed

+32
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+32
-27
lines changed

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
members =[
33
"tmc-langs-cli",
44
"tmc-langs-core",
5-
"tmc-langs-csharp",
65
"tmc-langs-framework",
7-
"tmc-langs-java",
8-
"tmc-langs-make",
9-
"tmc-langs-notests",
10-
"tmc-langs-python3",
11-
"tmc-langs-r",
126
"tmc-langs-util",
7+
8+
"plugins/csharp",
9+
"plugins/java",
10+
"plugins/make",
11+
"plugins/notests",
12+
"plugins/python3",
13+
"plugins/r",
1314
]

README.md

Lines changed: 13 additions & 9 deletions

tmc-langs-csharp/Cargo.toml renamed to plugins/csharp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Daniel Martinez <daniel.x.martinez@helsinki.fi>"]
55
edition = "2018"
66

77
[dependencies]
8-
tmc-langs-framework = { path = "../tmc-langs-framework" }
8+
tmc-langs-framework = { path = "../../tmc-langs-framework" }
99
walkdir = "2"
1010
dirs = "3"
1111
thiserror = "1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)