diff --git a/common/addons/manifest-addon-loader/build.gradle.kts b/common/addons/manifest-addon-loader/build.gradle.kts deleted file mode 100644 index 7d82dc72f..000000000 --- a/common/addons/manifest-addon-loader/build.gradle.kts +++ /dev/null @@ -1,2 +0,0 @@ -dependencies { -} diff --git a/common/addons/manifest-addon-loader/src/main/java/com/dfsek/terra/addons/manifest/ManifestLoaderEntry.java b/common/addons/manifest-addon-loader/src/main/java/com/dfsek/terra/addons/manifest/ManifestLoaderEntry.java deleted file mode 100644 index 7a3645ae5..000000000 --- a/common/addons/manifest-addon-loader/src/main/java/com/dfsek/terra/addons/manifest/ManifestLoaderEntry.java +++ /dev/null @@ -1,4 +0,0 @@ -package com.dfsek.terra.addons.manifest; - -public class ManifestLoaderEntry { -} diff --git a/common/addons/manifest-addon-loader/src/main/resources/META-INF/MANIFEST.MF b/common/addons/manifest-addon-loader/src/main/resources/META-INF/MANIFEST.MF deleted file mode 100644 index 0cd2377d6..000000000 --- a/common/addons/manifest-addon-loader/src/main/resources/META-INF/MANIFEST.MF +++ /dev/null @@ -1 +0,0 @@ -Entry-Point: com.dfsek.terra.addons.manifest.ManifestLoaderEntry