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