[DEV] remove dependency of scenarium

This commit is contained in:
Edouard DUPIN 2022-10-03 00:06:01 +02:00
parent 5e71f7673b
commit f00acc0744
3 changed files with 3 additions and 8 deletions

View File

@ -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"/>

View File

@ -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;

View File

@ -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;