[DEV] remove dependency of scenarium
This commit is contained in:
parent
5e71f7673b
commit
f00acc0744
@ -35,11 +35,6 @@
|
|||||||
<attribute name="module" value="true"/>
|
<attribute name="module" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scenarium-logger">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="module" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/atriasoft-exml">
|
<classpathentry combineaccessrules="false" kind="src" path="/atriasoft-exml">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="module" value="true"/>
|
<attribute name="module" value="true"/>
|
||||||
|
@ -8,7 +8,7 @@ open module org.atriasoft.island {
|
|||||||
exports org.atriasoft.island.model.manifest;
|
exports org.atriasoft.island.model.manifest;
|
||||||
//exports org.atriasoft.island.actions;
|
//exports org.atriasoft.island.actions;
|
||||||
|
|
||||||
requires transitive io.scenarium.logger;
|
requires transitive org.atriasoft.reggol;
|
||||||
requires java.base;
|
requires java.base;
|
||||||
requires org.atriasoft.death;
|
requires org.atriasoft.death;
|
||||||
requires org.atriasoft.exml;
|
requires org.atriasoft.exml;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package org.atriasoft.island.internal;
|
package org.atriasoft.island.internal;
|
||||||
|
|
||||||
import io.scenarium.logger.LogLevel;
|
import org.atriasoft.reggol.LogLevel;
|
||||||
import io.scenarium.logger.Logger;
|
import org.atriasoft.reggol.Logger;
|
||||||
|
|
||||||
public class Log {
|
public class Log {
|
||||||
private static final boolean FORCE = false;
|
private static final boolean FORCE = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user