From b48ea68a83d01903554c7696c77eedaaf1035680 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 00:38:20 -0400 Subject: De-sigil-ification: suffix : [Part 3] --- stdlib/source/program/aedifex/metadata/artifact.lux | 4 ++-- stdlib/source/program/aedifex/metadata/snapshot.lux | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/program/aedifex/metadata') 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 [ ] +(with_template [ ] [(def: xml.Tag ["" ])] [ "groupId"] @@ -81,7 +81,7 @@ [ "metadata"] ) -(template [
]
+(with_template [   
]
   [(def: 
      (->  XML)
      (|>> 
 {xml.#Text} list {xml.#Node  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 [ ]
+(with_template [ ]
   [(def:  xml.Tag ["" ])]
 
   [ "groupId"]
@@ -59,7 +59,7 @@
   [ "metadata"]
   )
 
-(template [   
]
+(with_template [   
]
   [(def: 
      (->  XML)
      (|>> 
 {xml.#Text} list {xml.#Node  xml.attributes}))]
-- 
cgit v1.2.3