|
22 | 22 | {
|
23 | 23 | "name": "regex",
|
24 | 24 | "subdir": True,
|
25 |
| - "version": "38a4ec195b58325c3f7d710b3dc17d7941ae0261", |
| 25 | + "version": "aefacfb7d2d62c2254755922e85c2ee4c79530d5", |
26 | 26 | "urls": [
|
27 | 27 | {"url": "https://github.com/oracle/graal.git", "kind": "git"},
|
28 | 28 | {"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
|
|
31 | 31 | {
|
32 | 32 | "name": "sulong",
|
33 | 33 | "subdir": True,
|
34 |
| - "version": "38a4ec195b58325c3f7d710b3dc17d7941ae0261", |
| 34 | + "version": "aefacfb7d2d62c2254755922e85c2ee4c79530d5", |
35 | 35 | "urls": [
|
36 | 36 | {"url": "https://github.com/oracle/graal.git", "kind": "git"},
|
37 | 37 | {"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
|
|
491 | 491 | "class": "LanguageLibraryProject",
|
492 | 492 | "dependencies": [
|
493 | 493 | "TRUFFLERUBY_STANDALONE_DEPENDENCIES",
|
494 |
| - # LLVM_NATIVE_COMMUNITY is intentionally not used as that would include SULONG_NATIVE_RESOURCES, |
| 494 | + # LLVM_NATIVE_POM is intentionally not used as that would include SULONG_NATIVE_RESOURCES, |
495 | 495 | # which would copy the resources in the image, regardless of IncludeLanguageResources,
|
496 | 496 | # see com.oracle.truffle.llvm.nativemode.resources.NativeResourceFeature.
|
497 | 497 | ],
|
|
620 | 620 | "noMavenJavadoc": True,
|
621 | 621 | },
|
622 | 622 |
|
623 |
| - "RUBY_COMMUNITY": { |
| 623 | + "RUBY_POM": { |
624 | 624 | "type": "pom",
|
625 | 625 | "runtimeDependencies": [
|
626 | 626 | "TRUFFLERUBY",
|
627 | 627 | "TRUFFLERUBY-RESOURCES",
|
628 | 628 | "truffle:TRUFFLE_RUNTIME",
|
629 |
| - "sulong:LLVM_NATIVE_COMMUNITY", |
| 629 | + "sulong:LLVM_NATIVE_POM", |
630 | 630 | ],
|
631 | 631 | "description": "TruffleRuby (GraalVM Ruby)",
|
632 | 632 | "maven": {
|
633 |
| - "artifactId": "ruby-community", |
| 633 | + "artifactId": "ruby", |
634 | 634 | "tag": ["default", "public"],
|
635 | 635 | },
|
636 | 636 | "license": [
|
|
0 commit comments