Skip to content

Commit ddd2686

Browse files
committed
renamed subprojects/core to subprojects/common
1 parent 45488b8 commit ddd2686

File tree

539 files changed

+13
-13
lines changed

Some content is hidden

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

539 files changed

+13
-13
lines changed

README.md

+4-4

settings.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
rootProject.name = "theta"
22

33
include(
4-
"core/analysis",
5-
"core/common",
6-
"core/core",
7-
"core/solver",
8-
"core/solver-z3",
4+
"common/analysis",
5+
"common/common",
6+
"common/core",
7+
"common/solver",
8+
"common/solver-z3",
99

1010
"cfa/cfa",
1111
"cfa/cfa-analysis",

subprojects/cfa/cfa-analysis/README.md

+1-1
File renamed without changes.

0 commit comments

Comments
 (0)