From 538aa2fa693eb81f4ccd93f96c3eded0db4376ce Mon Sep 17 00:00:00 2001 From: evanweaver Date: Tue, 30 Oct 2007 01:01:36 +0000 Subject: [PATCH] shuffle git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@839 19e92222-5c0b-0410-8929-a290d50e31e9 --- .../mongrel_experimental/ext/{http11 => uri_classifier}/MANIFEST | 0 .../ext/{http11 => uri_classifier}/ext_help.h | 0 .../ext/{http11 => uri_classifier}/extconf.rb | 0 .../mongrel_experimental/ext/{http11 => uri_classifier}/http11.c | 0 .../ext/{http11 => uri_classifier}/http11_parser.c | 0 .../ext/{http11 => uri_classifier}/http11_parser.h | 0 .../mongrel_experimental/ext/{http11 => uri_classifier}/tst.h | 0 .../ext/{http11 => uri_classifier}/tst_cleanup.c | 0 .../ext/{http11 => uri_classifier}/tst_delete.c | 0 .../ext/{http11 => uri_classifier}/tst_grow_node_free_list.c | 0 .../ext/{http11 => uri_classifier}/tst_init.c | 0 .../ext/{http11 => uri_classifier}/tst_insert.c | 0 .../ext/{http11 => uri_classifier}/tst_search.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/MANIFEST (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/ext_help.h (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/extconf.rb (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/http11.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/http11_parser.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/http11_parser.h (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst.h (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_cleanup.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_delete.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_grow_node_free_list.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_init.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_insert.c (100%) rename projects/mongrel_experimental/ext/{http11 => uri_classifier}/tst_search.c (100%) diff --git a/projects/mongrel_experimental/ext/http11/MANIFEST b/projects/mongrel_experimental/ext/uri_classifier/MANIFEST similarity index 100% rename from projects/mongrel_experimental/ext/http11/MANIFEST rename to projects/mongrel_experimental/ext/uri_classifier/MANIFEST diff --git a/projects/mongrel_experimental/ext/http11/ext_help.h b/projects/mongrel_experimental/ext/uri_classifier/ext_help.h similarity index 100% rename from projects/mongrel_experimental/ext/http11/ext_help.h rename to projects/mongrel_experimental/ext/uri_classifier/ext_help.h diff --git a/projects/mongrel_experimental/ext/http11/extconf.rb b/projects/mongrel_experimental/ext/uri_classifier/extconf.rb similarity index 100% rename from projects/mongrel_experimental/ext/http11/extconf.rb rename to projects/mongrel_experimental/ext/uri_classifier/extconf.rb diff --git a/projects/mongrel_experimental/ext/http11/http11.c b/projects/mongrel_experimental/ext/uri_classifier/http11.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/http11.c rename to projects/mongrel_experimental/ext/uri_classifier/http11.c diff --git a/projects/mongrel_experimental/ext/http11/http11_parser.c b/projects/mongrel_experimental/ext/uri_classifier/http11_parser.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/http11_parser.c rename to projects/mongrel_experimental/ext/uri_classifier/http11_parser.c diff --git a/projects/mongrel_experimental/ext/http11/http11_parser.h b/projects/mongrel_experimental/ext/uri_classifier/http11_parser.h similarity index 100% rename from projects/mongrel_experimental/ext/http11/http11_parser.h rename to projects/mongrel_experimental/ext/uri_classifier/http11_parser.h diff --git a/projects/mongrel_experimental/ext/http11/tst.h b/projects/mongrel_experimental/ext/uri_classifier/tst.h similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst.h rename to projects/mongrel_experimental/ext/uri_classifier/tst.h diff --git a/projects/mongrel_experimental/ext/http11/tst_cleanup.c b/projects/mongrel_experimental/ext/uri_classifier/tst_cleanup.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_cleanup.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_cleanup.c diff --git a/projects/mongrel_experimental/ext/http11/tst_delete.c b/projects/mongrel_experimental/ext/uri_classifier/tst_delete.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_delete.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_delete.c diff --git a/projects/mongrel_experimental/ext/http11/tst_grow_node_free_list.c b/projects/mongrel_experimental/ext/uri_classifier/tst_grow_node_free_list.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_grow_node_free_list.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_grow_node_free_list.c diff --git a/projects/mongrel_experimental/ext/http11/tst_init.c b/projects/mongrel_experimental/ext/uri_classifier/tst_init.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_init.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_init.c diff --git a/projects/mongrel_experimental/ext/http11/tst_insert.c b/projects/mongrel_experimental/ext/uri_classifier/tst_insert.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_insert.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_insert.c diff --git a/projects/mongrel_experimental/ext/http11/tst_search.c b/projects/mongrel_experimental/ext/uri_classifier/tst_search.c similarity index 100% rename from projects/mongrel_experimental/ext/http11/tst_search.c rename to projects/mongrel_experimental/ext/uri_classifier/tst_search.c