Moved zerofungus

This commit is contained in:
Willem Cazander 2024-12-14 20:04:14 +01:00
parent 022b107b45
commit 5e3a2c2103
16 changed files with 18 additions and 19 deletions

View file

@ -6,7 +6,7 @@
<artifactId>nx01</artifactId>
<version>〇一。壬寅。一〄-SNAPSHOT</version>
</parent>
<artifactId>nx01-no2all-zerofungus</artifactId>
<artifactId>nx01-zerofungus-server</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus;
package love.distributedrebirth.nx01.zerofungus.server;
import java.io.StringWriter;
import java.sql.Connection;

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus;
package love.distributedrebirth.nx01.zerofungus.server;
import java.util.logging.Logger;

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus;
package love.distributedrebirth.nx01.zerofungus.server;
import java.io.File;
import java.util.ArrayList;
@ -13,12 +13,11 @@ import love.distributedrebirth.no2all.react.nostr.server.relay.NoStrRtsServerRel
import love.distributedrebirth.no2all.react.wire.client.No2AllRtsClient;
import love.distributedrebirth.no2all.react.wire.server.No2AllRtsServer;
import love.distributedrebirth.no2all.react.wire.server.No2AllRtsServerLog;
import love.distributedrebirth.no2all.zerofungus.service.ZFunRtsConfigJetty;
import love.distributedrebirth.no2all.zerofungus.service.ZFunRtsConfigLogger;
//import ᒢᐩᐩ.ᔿᐤᒄʸ.ᣔᒃᣔᒼᓑᔆ.BãßBȍőnAbacusInstanceMBeanʸᴰ;
import love.distributedrebirth.no2all.zerofungus.service.ZFunRtsInitJdbc;
import love.distributedrebirth.nx01.warp.core.WarpCoreReactor;
import love.distributedrebirth.nx01.warp.core.WarpCoreSpeedMonitor;
import love.distributedrebirth.nx01.zerofungus.server.service.ZFunRtsConfigJetty;
import love.distributedrebirth.nx01.zerofungus.server.service.ZFunRtsConfigLogger;
import love.distributedrebirth.nx01.zerofungus.server.service.ZFunRtsInitJdbc;
public enum ZeroFungus /* implements BãßBȍőnAbacusInstanceMBeanʸᴰ<ZeroFungus> */ {
INSTANCE;

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus.service;
package love.distributedrebirth.nx01.zerofungus.server.service;
import java.io.IOException;
import java.net.URL;
@ -23,12 +23,12 @@ import org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerI
import love.distributedrebirth.no2all.react.wire.server.No2AllActServer;
import love.distributedrebirth.no2all.react.wire.server.No2AllRtsServer;
import love.distributedrebirth.no2all.wire.jetty.JettyWireServerEndpoint;
import love.distributedrebirth.no2all.zerofungus.web.RedirectServlet;
import love.distributedrebirth.nx01.warp.core.react.WarpReact;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasma;
import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScript;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
import love.distributedrebirth.nx01.zerofungus.server.web.RedirectServlet;
public final class ZFunRtsConfigJetty implements WarpReactTypeScript {

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus.service;
package love.distributedrebirth.nx01.zerofungus.server.service;
import java.util.logging.Logger;

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus.service;
package love.distributedrebirth.nx01.zerofungus.server.service;
import java.sql.Connection;
import java.sql.PreparedStatement;

View file

@ -1,4 +1,4 @@
package love.distributedrebirth.no2all.zerofungus.web;
package love.distributedrebirth.nx01.zerofungus.server.web;
import java.io.IOException;

12
pom.xml
View file

@ -35,7 +35,6 @@
<module>nx01-no2all-wire-jetty</module>
<module>nx01-no2all-wire-jre</module>
<module>nx01-no2all-wire-ojw</module>
<module>nx01-no2all-zerofungus</module>
<module>nx01-poop-scripts</module>
<module>nx01-popcorn</module>
<module>nx01-popcorn-duytsdoc</module>
@ -54,6 +53,7 @@
<module>nx01-x4o-tool-ant-plugin</module>
<module>nx01-x4o-tool-maven-plugin</module>
<module>nx01-x4o-html</module>
<module>nx01-zerofungus-server</module>
</modules>
<dependencyManagement>
<dependencies>
@ -318,11 +318,6 @@
<artifactId>nx01-no2all-wire-ojw</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-no2all-zerofungus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-poop-scripts</artifactId>
@ -414,6 +409,11 @@
<artifactId>nx01-x4o-tool-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-zerofungus-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>