Commit 0f3fad3ef475d187bcee8bbeaccd68fa7d790c4e

Authored by Cédric RICARD
1 parent 81038b0a

Updating code due to Printable_tree move to separate file

calexium_lib/web/CXM_json.anubis
... ... @@ -8,6 +8,7 @@
8 8 */
9 9  
10 10 read tools/basis.anubis
  11 +read tools/printable_tree.anubis
11 12  
12 13 public type JsonMember:...
13 14  
... ...
calexium_lib/web/CXM_making_a_web_site.anubis
... ... @@ -45,6 +45,7 @@
45 45  
46 46  
47 47 read tools/basis.anubis
  48 +read tools/printable_tree.anubis
48 49 read system/string.anubis
49 50 read system/logger.anubis
50 51 read CXM_common.anubis
... ...
calexium_lib/web/CXM_multihost_http_server.anubis
... ... @@ -165,6 +165,7 @@
165 165  
166 166 read CXM_common.anubis
167 167 read tools/basis.anubis
  168 +read tools/printable_tree.anubis
168 169 read system/string.anubis
169 170 read system/files.anubis
170 171 read system/lists.anubis
... ...