Skip to content

Commit

Permalink
Rename cypher-projection module to legacy-cypher-projection
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck committed Nov 2, 2023
1 parent c5d40d5 commit bc92b46
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion alpha/alpha-proc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation project(':core')
implementation project(':core-utils')
implementation project(':core-write')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':executor')
implementation project(':memory-usage')
implementation project(':neo4j-api')
Expand Down
2 changes: 1 addition & 1 deletion applications/graph-store-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation project(':config-api')
implementation project(':core')
implementation project(':core-write')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':executor')
implementation project(':graph-projection-api')
implementation project(':graph-sampling')
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
testAnnotationProcessor project(':config-generator')
testAnnotationProcessor group: 'org.immutables', name: 'value', version: ver.'immutables'

testImplementation project(':cypher-projection')
testImplementation project(':legacy-cypher-projection')
testImplementation project(':edition-api')
testImplementation project(':progress-tracking')
testImplementation project(':test-graph-loaders')
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion memory-estimation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':native-projection')
implementation project(':memory-usage')
implementation project(':progress-tracking')
Expand Down
2 changes: 1 addition & 1 deletion proc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testCompileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: ver.'spotbugsToolVersion'

testImplementation project(':executor')
testImplementation project(':cypher-projection')
testImplementation project(':legacy-cypher-projection')
testImplementation project(':open-model-catalog')
testImplementation project(':proc-test')

Expand Down
2 changes: 1 addition & 1 deletion proc/catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(':core-utils')
implementation project(':core-write')
implementation project(':cypher-aggregation')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':csv')
implementation project(':executor')
implementation project(':graph-store-catalog-applications')
Expand Down
2 changes: 1 addition & 1 deletion procedures/facade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation project(':core')
implementation project(':core-write')
implementation project(':cypher-aggregation')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':defaults-and-limits-configuration')
implementation project(':executor')
implementation project(':graph-schema-api')
Expand Down
2 changes: 1 addition & 1 deletion procedures/integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation project(':config-api')
implementation project(':core')
implementation project(':core-write')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':defaults-and-limits-configuration')
implementation project(':executor')
implementation project(':graph-store-catalog-applications')
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ project(':csv').projectDir = file('io/csv')
include('cypher-aggregation')
project(':cypher-aggregation').projectDir = file('cypher-aggregation')

include('cypher-projection')
project(':cypher-projection').projectDir = file('cypher-projection')
include('legacy-cypher-projection')
project(':legacy-cypher-projection').projectDir = file('legacy-cypher-projection')

include('cypher-core')
project(':cypher-core').projectDir = file('cypher/cypher-core')
Expand Down
2 changes: 1 addition & 1 deletion test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation project(':config-api')
implementation project(':core')
implementation project(':core-utils')
implementation project(':cypher-projection')
implementation project(':legacy-cypher-projection')
implementation project(':native-projection')
implementation project(':graph-schema-api')
implementation project(':memory-usage')
Expand Down

0 comments on commit bc92b46

Please sign in to comment.