Skip to content

Commit b8ae54e

Browse files
committed
Include README.md in components; ignore .gitignore
1 parent bbeba64 commit b8ae54e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mx.graalsqueak/suite.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,12 @@
198198
"description": "GraalSqueak support distribution for the GraalVM",
199199
"layout": {
200200
"LICENSE_GRAALSQUEAK.txt": "file:LICENSE",
201-
"resources": "file:src/resources",
201+
"README_GRAALSQUEAK.md": "file:README.md",
202+
"resources": {
203+
"source_type": "file",
204+
"path": "src/resources",
205+
"exclude": ["src/resources/.gitignore"],
206+
},
202207
"native-image.properties": "file:mx.graalsqueak/native-image.properties",
203208
},
204209
"maven": False,

0 commit comments

Comments
 (0)