Skip to content

Commit

Permalink
chore: rename classloader modules (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Jul 21, 2023
1 parent d2eed6b commit 56d5dec
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 12 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion fullstack-classloader-api/src/main/java/module-info.java

This file was deleted.

1 change: 0 additions & 1 deletion fullstack-classloader-api/src/test/java/module-info.java

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion fullstack-classloader-core/src/main/java/module-info.java

This file was deleted.

1 change: 0 additions & 1 deletion fullstack-classloader-core/src/test/java/module-info.java

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

package com.hedera.fullstack.classloader.api;
package com.hedera.fullstack.servicelocator.api;

public class Dummy {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package com.hedera.fullstack.servicelocator.api;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.servicelocator.api {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.servicelocator.api.test {}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

package com.hedera.fullstack.classloader.core;
package com.hedera.fullstack.servicelocator.core;

public class Dummy {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package com.hedera.fullstack.servicelocator.core;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.servicelocator.core {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.servicelocator.core.test {}
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ include(":fullstack-bom")

include(":fullstack-base-api")

include(":fullstack-classloader-api")

include(":fullstack-classloader-core")

include(":fullstack-configuration-api")

include(":fullstack-configuration-core")
Expand Down Expand Up @@ -67,6 +63,10 @@ include(":fullstack-resource-generator-api")

include(":fullstack-resource-generator-core")

include(":fullstack-servicelocator-api")

include(":fullstack-servicelocator-core")

include(":fullstack-test-toolkit-api")

include(":fullstack-validator-api")
Expand Down

0 comments on commit 56d5dec

Please sign in to comment.