Skip to content

Commit 711e131

Browse files
committed
Replace pulls in with includes.
1 parent 0cbbdab commit 711e131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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': 'This is POM dependency pulls in all tools for Graal Languages and Truffle Community Edition.',
244+
'description': 'This is POM dependency includes 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': 'This POM dependency pulls in all Graal Languages and Truffle Community Edition.',
306+
'description': 'This POM dependency includes 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)

wasm/mx.wasm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"artifactId": "wasm-community",
271271
"tag": ["default", "public"],
272272
},
273-
"description": "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This POM dependency pulls in GraalWasm dependencies and Truffle Community Edition.",
273+
"description": "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This POM dependency includes GraalWasm dependencies and Truffle Community Edition.",
274274
"license": "UPL",
275275
},
276276

0 commit comments

Comments
 (0)