diff options
author | Eduardo Julian | 2022-06-12 00:38:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 00:38:20 -0400 |
commit | b48ea68a83d01903554c7696c77eedaaf1035680 (patch) | |
tree | c342d8094c3158de16526f874ca9624418cd2dd2 /stdlib/source/program/aedifex/metadata | |
parent | 7abf2d0ac55c229a8793bbff31f132596ffcb275 (diff) |
De-sigil-ification: suffix : [Part 3]
Diffstat (limited to 'stdlib/source/program/aedifex/metadata')
-rw-r--r-- | stdlib/source/program/aedifex/metadata/artifact.lux | 4 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/metadata/snapshot.lux | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/aedifex/metadata/artifact.lux b/stdlib/source/program/aedifex/metadata/artifact.lux index e2e363c16..7f491f3fd 100644 --- a/stdlib/source/program/aedifex/metadata/artifact.lux +++ b/stdlib/source/program/aedifex/metadata/artifact.lux @@ -69,7 +69,7 @@ (%.format (..date_format (instant.date value)) (..time_format (instant.time value)))) -(template [<definition> <tag>] +(with_template [<definition> <tag>] [(def: <definition> xml.Tag ["" <tag>])] [<group> "groupId"] @@ -81,7 +81,7 @@ [<metadata> "metadata"] ) -(template [<name> <type> <tag> <pre>] +(with_template [<name> <type> <tag> <pre>] [(def: <name> (-> <type> XML) (|>> <pre> {xml.#Text} list {xml.#Node <tag> xml.attributes}))] diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux index caf25a787..2d68d194b 100644 --- a/stdlib/source/program/aedifex/metadata/snapshot.lux +++ b/stdlib/source/program/aedifex/metadata/snapshot.lux @@ -50,7 +50,7 @@ [#artifact Artifact #versioning Versioning])) -(template [<definition> <tag>] +(with_template [<definition> <tag>] [(def: <definition> xml.Tag ["" <tag>])] [<group> "groupId"] @@ -59,7 +59,7 @@ [<metadata> "metadata"] ) -(template [<name> <type> <tag> <pre>] +(with_template [<name> <type> <tag> <pre>] [(def: <name> (-> <type> XML) (|>> <pre> {xml.#Text} list {xml.#Node <tag> xml.attributes}))] |