document what I've learned about Ivy files.

This commit is contained in:
Stefan Bodewig 2026-02-16 18:20:22 +01:00
parent 0284d83704
commit dcd36eac92
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ For those familiar with XML schema, the schema used to validate Ivy files can be
</ivy-module>
----
Ivy expects to use the "no namespace" namespace, so you can't use an XML namespace to identify Ivy elements or attributes or use any namespace prefix for Ivy's built-in elements/attributes.
== Dynamic and [[resolved]]resolved Ivy files
A module descriptor (Ivy file) is needed both before and after the publication of each revision of the module. Depending on the case, a module descriptor can be either _dynamic_ or _resolved_.