NX01: Refactored warp core into jpp2 module
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 53s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 53s
This commit is contained in:
parent
441d764f39
commit
9279ea6f4a
42 changed files with 165 additions and 127 deletions
12
pom.xml
12
pom.xml
|
|
@ -31,6 +31,7 @@
|
|||
<module>nx01-jpp0-nether-tone</module>
|
||||
<module>nx01-jpp1-klass-cake</module>
|
||||
<module>nx01-jpp1-klass-fault</module>
|
||||
<module>nx01-jpp2-warp-core</module>
|
||||
<module>nx01-jpp2-warp-manifestor</module>
|
||||
<module>nx01-jpp3-enter-zillala</module>
|
||||
<module>nx01-jpp-base</module>
|
||||
|
|
@ -58,7 +59,6 @@
|
|||
<module>nx01-redsea-hyper-local</module>
|
||||
<module>nx01-redsea-hyper-nostr</module>
|
||||
<module>nx01-redsea-jdatstart</module>
|
||||
<module>nx01-warp-core</module>
|
||||
<module>nx01-x4o-driver</module>
|
||||
<module>nx01-x4o-fc18</module>
|
||||
<module>nx01-x4o-maisdoc</module>
|
||||
|
|
@ -295,6 +295,11 @@
|
|||
<artifactId>nx01-jpp1-klass-fault</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.nx01</groupId>
|
||||
<artifactId>nx01-jpp2-warp-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.nx01</groupId>
|
||||
<artifactId>nx01-jpp2-warp-manifestor</artifactId>
|
||||
|
|
@ -427,11 +432,6 @@
|
|||
<artifactId>nx01-redsea-hyper-nostr</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.nx01</groupId>
|
||||
<artifactId>nx01-warp-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.nx01</groupId>
|
||||
<artifactId>nx01-x4o-driver</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue