Compare commits
No commits in common. "6af3a0e5fa2cb7aca2a024b174dab6bb12e54c6e" and "ba0242b764f1b33b5643186de30b292628f20b66" have entirely different histories.
6af3a0e5fa
...
ba0242b764
@ -16,6 +16,11 @@
|
|||||||
<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-egami">
|
<classpathentry combineaccessrules="false" kind="src" path="/atriasoft-egami">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="module" value="true"/>
|
<attribute name="module" value="true"/>
|
||||||
|
@ -6,5 +6,5 @@ open module org.atriasoft.pngdecoder {
|
|||||||
exports org.atriasoft.pngdecoder;
|
exports org.atriasoft.pngdecoder;
|
||||||
|
|
||||||
requires transitive org.atriasoft.egami;
|
requires transitive org.atriasoft.egami;
|
||||||
requires transitive org.atriasoft.reggol;
|
requires transitive io.scenarium.logger;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user