Add HTTP server to set of default packages (and to "toy" archive)
authorJan Vrany <jan.vrany@labware.com>
Fri, 29 Jul 2022 19:37:10 +0100
changeset 329 1c4e83b28ba2
parent 328 8d869177607c
child 330 2744e5db6ffb
Add HTTP server to set of default packages (and to "toy" archive)
specs/stx-jv.rbspec
--- a/specs/stx-jv.rbspec	Wed Jul 27 10:44:38 2022 +0100
+++ b/specs/stx-jv.rbspec	Fri Jul 29 19:37:10 2022 +0100
@@ -177,13 +177,18 @@
   package "stx:goodies/petitparser/analyzer",  :link => false
   package "stx:goodies/petitparser/analyzer/tests",  :link => false
 
+  # HTTP server
+  package "stx:goodies/authentication",     :repository => :'exept:public'
+  package "stx:goodies/communication",      :repository => :'exept:public'
+  package "stx:goodies/webServer",          :repository => :'exept:public', :link => false
+  package "stx:goodies/webServer/htmlTree",                                 :link => false
+  package "stx:goodies/webServer/ui",                                       :link => false
+
   # Monticello
   package "stx:libcompat", :repository => :'jv-branch:public', :branch => 'jv'
-  package "stx:goodies/communication", :repository => :'exept:public'
   package "stx:goodies/ston", :repository => :'jv-branch:public'
   package "stx:goodies/monticello/tonel", :repository => :'jv-branch:public'
 
-
   # Java support (not supported on RISC-V)
   if (BUILD_TARGET != 'riscv64-unknown-linux-gnu') then
     package "stx:libjava", :repository => :'jv-branch:public'