File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 57
57
# ------------- Libraries -------------
58
58
59
59
"JCODINGS" : {
60
+ "moduleName" : "org.jruby.jcodings" ,
60
61
"maven" : {
61
62
"groupId" : "org.jruby.jcodings" ,
62
63
"artifactId" : "jcodings" ,
68
69
},
69
70
70
71
"JONI" : {
72
+ "moduleName" : "org.jruby.joni" ,
71
73
"maven" : {
72
74
"groupId" : "org.jruby.joni" ,
73
75
"artifactId" : "joni" ,
384
386
# ------------- Distributions -------------
385
387
386
388
"TRUFFLERUBY-ANNOTATIONS" : {
389
+ "moduleInfo" : {
390
+ "name" : "org.truffleruby.annotations" ,
391
+ "exports" : [
392
+ "org.truffleruby.annotations to org.truffleruby" ,
393
+ ],
394
+ },
387
395
"dependencies" : [
388
396
"org.truffleruby.annotations"
389
397
],
395
403
# since the rest cannot depend on the launcher and the shared code cannot be there.
396
404
# This code is loaded twice in different classloaders, therefore any created instances should not be passed around.
397
405
"TRUFFLERUBY-SHARED" : {
406
+ "moduleInfo" : {
407
+ "name" : "org.truffleruby.shared" ,
408
+ "exports" : [
409
+ "org.truffleruby.shared" ,
410
+ "org.truffleruby.shared.options" ,
411
+ ],
412
+ },
398
413
"dependencies" : [
399
414
"org.truffleruby.shared"
400
415
],
434
449
},
435
450
436
451
"TRUFFLERUBY" : {
452
+ "moduleInfo" : {
453
+ "name" : "org.truffleruby" ,
454
+ },
437
455
"dependencies" : [
438
456
"org.truffleruby" ,
439
457
"org.truffleruby.ruby" ,
You can’t perform that action at this time.
0 commit comments