Compare commits

..

No commits in common. "6af3a0e5fa2cb7aca2a024b174dab6bb12e54c6e" and "ba0242b764f1b33b5643186de30b292628f20b66" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@
<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-egami">
<attributes>
<attribute name="module" value="true"/>

View File

@ -6,5 +6,5 @@ open module org.atriasoft.pngdecoder {
exports org.atriasoft.pngdecoder;
requires transitive org.atriasoft.egami;
requires transitive org.atriasoft.reggol;
requires transitive io.scenarium.logger;
}