NX01: Added module-info to kode-gen projects
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 48s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 48s
This commit is contained in:
parent
9279ea6f4a
commit
6d887fd1ea
3 changed files with 46 additions and 8 deletions
|
|
@ -30,7 +30,8 @@
|
|||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
open module ᣕᕁᐤᣳ.ᕽᙾᐤ.ᒄᣗᑊᘁᓫᣗ {
|
||||
// TODO: if driver is module than ClassLoader.getResources from /META-INF/* don't work anymore
|
||||
// TODO: if driver is module than ClassLoader.getResources from /META-INF/* don't work anymore
|
||||
// should work as docs say META-INF is no package thus can't be encapsulated, try again later
|
||||
|
||||
requires transitive ᣕᕁᐤᣳ.ᕽᙾᐤ.ᔆᣔᕽᕀᕀᕀ;
|
||||
requires transitive ᣕᕁᐤᣳ.ᕽᙾᐤ.ᔿᣔᑊᔆᒄᐤᒼ;
|
||||
|
|
@ -40,6 +41,10 @@ open module ᣕᕁᐤᣳ.ᕽᙾᐤ.ᒄᣗᑊᘁᓫᣗ {
|
|||
|
||||
// TEMP for tests only
|
||||
requires java.desktop;
|
||||
// M2E is correct for now allowing two module-info per project, missing;
|
||||
//test-requires java.desktop;
|
||||
|
||||
exports META-INF/x4o-drivers.xml;
|
||||
|
||||
exports org.x4o.xml;
|
||||
exports org.x4o.xml.conv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue