diff --git a/contrib/httpd/http-client.factor b/contrib/http-client.factor similarity index 96% rename from contrib/httpd/http-client.factor rename to contrib/http-client.factor index c9eaacfe8f..c867f8b3d9 100644 --- a/contrib/httpd/http-client.factor +++ b/contrib/http-client.factor @@ -1,5 +1,7 @@ ! Copyright (C) 2005 Slava Pestov. -! See http://factor.sf.net/license.txt for BSD license. +! See http://factorcode.org/license.txt for BSD license. +REQUIRE: http ; + IN: http-client USING: errors hashtables http kernel math namespaces parser sequences io strings ; diff --git a/contrib/httpd/http-common.factor b/contrib/http.factor similarity index 100% rename from contrib/httpd/http-common.factor rename to contrib/http.factor diff --git a/contrib/httpd/load.factor b/contrib/httpd/load.factor index 325df1920f..83ec3e6fa5 100644 --- a/contrib/httpd/load.factor +++ b/contrib/httpd/load.factor @@ -1,6 +1,6 @@ USING: io ; -REQUIRES: calendar embedded ; +REQUIRES: calendar embedded http ; PROVIDE: httpd { "mime.factor"