This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/SLING-12580-include-examples
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git

commit d88864084a1bb514312acf5d5be6ef8dda6a2267
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Dec 18 10:28:07 2024 +0100

    SLING-12580 include examples in feature launcher when enabled as "separate"
---
 .../archetype-resources/launcher/src/main/features/launcher.json     | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/src/main/resources/archetype-resources/launcher/src/main/features/launcher.json
 
b/src/main/resources/archetype-resources/launcher/src/main/features/launcher.json
index 78bd13b..4566b5e 100644
--- 
a/src/main/resources/archetype-resources/launcher/src/main/features/launcher.json
+++ 
b/src/main/resources/archetype-resources/launcher/src/main/features/launcher.json
@@ -9,5 +9,10 @@
     {
         "id":"${groupId}/ui.apps/${version}/zip"
     }
+#if($optionExample=='s'),
+    {
+        "id":"${groupId}/ui.apps.example/${version}/zip"
+    }
+#end
   ]
 }
\ No newline at end of file

Reply via email to