aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/metadata')
-rw-r--r--stdlib/source/program/aedifex/metadata/artifact.lux8
-rw-r--r--stdlib/source/program/aedifex/metadata/snapshot.lux10
2 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/program/aedifex/metadata/artifact.lux b/stdlib/source/program/aedifex/metadata/artifact.lux
index b5cffce20..6391eb70a 100644
--- a/stdlib/source/program/aedifex/metadata/artifact.lux
+++ b/stdlib/source/program/aedifex/metadata/artifact.lux
@@ -7,14 +7,14 @@
[control
["[0]" pipe]
["[0]" try (.only Try)]
- ["<>" parser
+ ["<>" parser (.only)
["<[0]>" xml (.only Parser)]
["<[0]>" text]]
[concurrency
["[0]" async (.only Async)]]]
[data
["[0]" product]
- ["[0]" text
+ ["[0]" text (.only)
["%" format]
[encoding
["[0]" utf8]]]
@@ -33,8 +33,8 @@
[world
[net
["[0]" uri (.only URI)]]]]]
- ["[0]" //
- ["/[1]" // "_"
+ ["[0]" // (.only)
+ ["/[1]" //
[repository (.only Repository)]
["[1][0]" artifact (.only Group Name Version Artifact)]]])
diff --git a/stdlib/source/program/aedifex/metadata/snapshot.lux b/stdlib/source/program/aedifex/metadata/snapshot.lux
index deb58391e..1e0879467 100644
--- a/stdlib/source/program/aedifex/metadata/snapshot.lux
+++ b/stdlib/source/program/aedifex/metadata/snapshot.lux
@@ -8,14 +8,14 @@
["[0]" pipe]
["[0]" try (.only Try)]
["[0]" exception (.only exception:)]
- ["<>" parser
+ ["<>" parser (.only)
["<[0]>" xml (.only Parser)]
["<[0]>" text]]
[concurrency
["[0]" async (.only Async)]]]
[data
["[0]" product]
- ["[0]" text
+ ["[0]" text (.only)
["%" format]
[encoding
["[0]" utf8]]]
@@ -34,14 +34,14 @@
[world
[net
["[0]" uri (.only URI)]]]]]
- ["[0]" //
- ["/[1]" // "_"
+ ["[0]" // (.only)
+ ["/[1]" //
[repository (.only Repository)]
["[1][0]" artifact (.only Group Name Version Artifact)
["[1]/[0]" time]
["[1]/[0]" type (.only Type)]
["[1]/[0]" versioning (.only Versioning)]
- ["[1]/[0]" snapshot
+ ["[1]/[0]" snapshot (.only)
["[1]/[0]" version]
["[1]/[0]" stamp]]]]])