Skip to content

Commit 89dcd7f

Browse files
committed
Revise Maven descriptions for Truffle.
1 parent a4af309 commit 89dcd7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

truffle/mx.truffle/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@
16461646
"TRUFFLE_API",
16471647
"TRUFFLE_COMPILER",
16481648
],
1649-
"description" : "Truffle runtime distribution.",
1649+
"description" : "The community edition of the Truffle runtime for Graal Languages. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js-community`) to ensure all dependencies are pulled in correctly.",
16501650
"useModulePath": True,
16511651
"maven": {
16521652
"artifactId": "truffle-runtime",

vm/mx.vm/mx_vm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def register_community_tools_distribution(owner_suite, register_distribution):
241241
'artifactId': 'tools-community',
242242
'tag': ['default', 'public'],
243243
},
244-
'description': 'Graalvm community tools.',
244+
'description': 'This is POM dependency pulls in all tools for Graal Languages and Truffle Community Edition.',
245245
}
246246
tools_community = mx_pomdistribution.POMDistribution(owner_suite, 'TOOLS_COMMUNITY', [], tools_meta_poms, sorted(list(tools_licenses)), **attrs)
247247
register_distribution(tools_community)
@@ -303,7 +303,7 @@ def register_community_languages_distribution(owner_suite, register_distribution
303303
'artifactId': 'languages-community',
304304
'tag': ['default', 'public'],
305305
},
306-
'description': 'Graalvm community languages.',
306+
'description': 'This POM dependency pulls in all Graal Languages and Truffle Community Edition.',
307307
}
308308
languages_community = mx_pomdistribution.POMDistribution(owner_suite, 'LANGUAGES_COMMUNITY', [], languages_meta_poms, sorted(list(languages_licenses)), **attrs)
309309
register_distribution(languages_community)

0 commit comments

Comments
 (0)