Move all metadata files into one directory #254

Merged
jwharm merged 1 commit from move-metadata into main 2025-07-25 22:50:17 +02:00
jwharm commented 2025-07-25 22:50:08 +02:00 (Migrated from github.com)

In my initial implementation of the metadata files, I put them in the module folder. However, this meant that a module cannot use the metadata of its dependencies when parsing their gir files. So I moved them to one single resources folder and access them by filename/version of the repository.

This also solves the problem of the metadata not being included with the java-gi command-line utility.

In my initial implementation of the metadata files, I put them in the module folder. However, this meant that a module cannot use the metadata of its dependencies when parsing their gir files. So I moved them to one single resources folder and access them by filename/version of the repository. This also solves the problem of the metadata not being included with the java-gi command-line utility.
Sign in to join this conversation.
No description provided.