Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 6d526bb

Browse files
committed
more
1 parent 224e955 commit 6d526bb

40 files changed

Lines changed: 12 additions & 1818 deletions

commandline/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":common-util")
12+
api 'com.github.comroid-git:util:master-SNAPSHOT'
1313
} else {
14-
api project(":common-util:common-util")
14+
api project(":util")
1515
}
1616
}
1717

common-util/build.gradle

Lines changed: 0 additions & 18 deletions
This file was deleted.

common-util/pom.xml

Lines changed: 0 additions & 61 deletions
This file was deleted.

dreadpool/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":common-util")
12+
api 'com.github.comroid-git:util:master-SNAPSHOT'
1313
} else {
14-
api project(":common-util:common-util")
14+
api project(":util")
1515
}
1616
}
1717

listnr/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":common-util")
12+
api 'com.github.comroid-git:util:master-SNAPSHOT'
1313
api project(":spellbind")
1414
} else {
15-
api project(":common-util:common-util")
15+
api project(":util")
1616
api project(":common-util:spellbind")
1717
}
1818
}

matrix/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":common-util")
12+
api 'com.github.comroid-git:util:master-SNAPSHOT'
1313
api project(":spellbind")
1414
} else {
15-
api project(":common-util:common-util")
15+
api project(":util")
1616
api project(":common-util:spellbind")
1717
}
1818
}

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rootProject.name = 'common-util'
44
include(':interfaces')
55

66
// generic tools
7-
include(':common-util')
87
include(':commandline')
98

109
// jvm tools

spellbind/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ext {
99

1010
dependencies {
1111
if (isAutoDeploy) {
12-
api project(":common-util")
12+
api 'com.github.comroid-git:util:master-SNAPSHOT'
1313
} else {
14-
api project(":common-util:common-util")
14+
api project(":util")
1515
}
1616
}
1717

src/common-util/main/java/org/comroid/common/Disposable.java

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/common-util/main/java/org/comroid/common/PropertyHolder.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)