From b0ded4b783e99362d45e197f3d33365da7c17bff Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 30 May 2007 22:18:44 +0000 Subject: [PATCH] Changing default svn: r6420 --- .../{configuration-table => default-configuration-table} | 0 collects/web-server/web-config-unit.ss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename collects/web-server/{configuration-table => default-configuration-table} (100%) diff --git a/collects/web-server/configuration-table b/collects/web-server/default-configuration-table similarity index 100% rename from collects/web-server/configuration-table rename to collects/web-server/default-configuration-table diff --git a/collects/web-server/web-config-unit.ss b/collects/web-server/web-config-unit.ss index 59f5fbf7ad..23827c0d6d 100644 --- a/collects/web-server/web-config-unit.ss +++ b/collects/web-server/web-config-unit.ss @@ -16,7 +16,7 @@ [default-configuration-table-path path?]) (define default-configuration-table-path - (build-path (collection-path "web-server") "configuration-table")) + (build-path (collection-path "web-server") "default-configuration-table")) ; read-configuration-table : path -> configuration-table (define (read-configuration-table table-file-name)