Move XML into a standalone module

slava 2006-09-06 08:26:53 +00:00
parent 79cddc55e7
commit fccce77bdb
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: io ; USING: io ;
REQUIRES: calendar embedded http ; REQUIRES: calendar embedded http xml ;
PROVIDE: httpd { PROVIDE: httpd {
"mime.factor" "mime.factor"