Skip to content

Commit 0db856f

Browse files
committed
Use org.graalvm.ruby prefix for modules
* For consistency with org.graalvm.js and since these might go on maven.
1 parent b5c3a3d commit 0db856f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mx.truffleruby/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@
387387

388388
"TRUFFLERUBY-ANNOTATIONS": {
389389
"moduleInfo": {
390-
"name": "org.truffleruby.annotations",
390+
"name": "org.graalvm.ruby.annotations",
391391
"exports": [
392-
"org.truffleruby.annotations to org.truffleruby",
392+
"org.truffleruby.annotations to org.graalvm.ruby",
393393
],
394394
},
395395
"dependencies": [
@@ -404,7 +404,7 @@
404404
# This code is loaded twice in different classloaders, therefore any created instances should not be passed around.
405405
"TRUFFLERUBY-SHARED": {
406406
"moduleInfo": {
407-
"name": "org.truffleruby.shared",
407+
"name": "org.graalvm.ruby.shared",
408408
"exports": [
409409
"org.truffleruby.shared",
410410
"org.truffleruby.shared.options",
@@ -435,7 +435,7 @@
435435

436436
"TRUFFLERUBY-SERVICES": {
437437
"moduleInfo": {
438-
"name": "org.truffleruby.services",
438+
"name": "org.graalvm.ruby.services",
439439
"exports": ["org.truffleruby.services.scriptengine"],
440440
},
441441
"dependencies": [
@@ -450,7 +450,7 @@
450450

451451
"TRUFFLERUBY": {
452452
"moduleInfo": {
453-
"name": "org.truffleruby",
453+
"name": "org.graalvm.ruby",
454454
},
455455
"dependencies": [
456456
"org.truffleruby",

0 commit comments

Comments
 (0)