Skip to content

Commit d9ec60a

Browse files
committed
[GR-64087] Improved documentation.
PullRequest: graal/21128
2 parents cba9d6b + 9f616a9 commit d9ec60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vm/mx.vm/mx_vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def _create_deprecated_vendor_specific_distribution(base_distribution):
275275

276276
def register_tools_distribution(owner_suite, register_distribution):
277277
"""
278-
Creates a dynamic TOOLS meta-POM distribution containing all tool meta POMs.
278+
Registers a dynamic TOOLS meta-POM distribution that aggregates all individual tool meta-POMs.
279279
For compatibility reasons, it also creates a legacy <TOOL>_COMMUNITY_DEPRECATED distribution
280280
with `<tool>-community` Maven artifact id for each tool.
281281
:type register_distribution: (mx.Distribution) -> None

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
{
6767
"name": "graalpython",
68-
"version": "5e846266a4dd6e1796a41faa9768bbd37eed322a",
68+
"version": "9c75f8969912c669f5b3ebd089fe15767d543ae3",
6969
"dynamic": True,
7070
"urls": [
7171
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},

0 commit comments

Comments
 (0)