Skip to content

Commit 73b8af3

Browse files
committed
[GR-22584] The Graal.js standalone includes the GraalVM license files.
1 parent 5430ed2 commit 73b8af3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ def is_included(path):
279279
name='Graal.js',
280280
short_name='js',
281281
standalone_dir_name='graaljs-<version>-<os>-<arch>',
282+
standalone_dependencies={
283+
'GraalVM license files': ('', ['GRAALVM-README.md']),
284+
},
282285
license_files=[],
283286
third_party_license_files=[],
284287
dependencies=['Truffle', 'TRegex'],

graal-js/mx.graal-js/suite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@
633633
"native-image.properties": "file:mx.graal-js/native-image.properties",
634634
"./": [
635635
"file:README.md",
636-
"file:../LICENSE",
637-
"file:../3rd_party_licenses.txt",
638636
],
639637
},
640638
},

0 commit comments

Comments
 (0)