From ef5cea689b8a5ecb12b46b9be5b03a4e7d09d314 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 29 Apr 2009 07:39:40 +0200 Subject: [PATCH] Continued reordering the package for a PEAR release. --- koward/test/{ => Koward}/AllTests.php | 0 koward/test/{ => Koward}/KowardTest.php | 0 koward/test/{ => Koward}/TestInit.php | 0 koward/{ => www}/config/.gitignore | 0 koward/{ => www}/config/attributes.php | 0 koward/{ => www}/config/conf.php | 0 koward/{ => www}/config/labels.php | 0 koward/{ => www}/config/objects.php | 0 koward/{ => www}/config/order.php | 0 koward/{ => www}/config/routes.php | 0 koward/{ => www}/config/search.php | 0 koward/{ => www}/config/visible.php | 0 koward/{ => www}/themes/graphics/favicon.ico | Bin koward/{ => www}/themes/graphics/query.png | Bin koward/{ => www}/themes/kolab/screen.css | 0 koward/{ => www}/themes/screen.css | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename koward/test/{ => Koward}/AllTests.php (100%) rename koward/test/{ => Koward}/KowardTest.php (100%) rename koward/test/{ => Koward}/TestInit.php (100%) rename koward/{ => www}/config/.gitignore (100%) rename koward/{ => www}/config/attributes.php (100%) rename koward/{ => www}/config/conf.php (100%) rename koward/{ => www}/config/labels.php (100%) rename koward/{ => www}/config/objects.php (100%) rename koward/{ => www}/config/order.php (100%) rename koward/{ => www}/config/routes.php (100%) rename koward/{ => www}/config/search.php (100%) rename koward/{ => www}/config/visible.php (100%) rename koward/{ => www}/themes/graphics/favicon.ico (100%) rename koward/{ => www}/themes/graphics/query.png (100%) rename koward/{ => www}/themes/kolab/screen.css (100%) rename koward/{ => www}/themes/screen.css (100%) diff --git a/koward/test/AllTests.php b/koward/test/Koward/AllTests.php similarity index 100% rename from koward/test/AllTests.php rename to koward/test/Koward/AllTests.php diff --git a/koward/test/KowardTest.php b/koward/test/Koward/KowardTest.php similarity index 100% rename from koward/test/KowardTest.php rename to koward/test/Koward/KowardTest.php diff --git a/koward/test/TestInit.php b/koward/test/Koward/TestInit.php similarity index 100% rename from koward/test/TestInit.php rename to koward/test/Koward/TestInit.php diff --git a/koward/config/.gitignore b/koward/www/config/.gitignore similarity index 100% rename from koward/config/.gitignore rename to koward/www/config/.gitignore diff --git a/koward/config/attributes.php b/koward/www/config/attributes.php similarity index 100% rename from koward/config/attributes.php rename to koward/www/config/attributes.php diff --git a/koward/config/conf.php b/koward/www/config/conf.php similarity index 100% rename from koward/config/conf.php rename to koward/www/config/conf.php diff --git a/koward/config/labels.php b/koward/www/config/labels.php similarity index 100% rename from koward/config/labels.php rename to koward/www/config/labels.php diff --git a/koward/config/objects.php b/koward/www/config/objects.php similarity index 100% rename from koward/config/objects.php rename to koward/www/config/objects.php diff --git a/koward/config/order.php b/koward/www/config/order.php similarity index 100% rename from koward/config/order.php rename to koward/www/config/order.php diff --git a/koward/config/routes.php b/koward/www/config/routes.php similarity index 100% rename from koward/config/routes.php rename to koward/www/config/routes.php diff --git a/koward/config/search.php b/koward/www/config/search.php similarity index 100% rename from koward/config/search.php rename to koward/www/config/search.php diff --git a/koward/config/visible.php b/koward/www/config/visible.php similarity index 100% rename from koward/config/visible.php rename to koward/www/config/visible.php diff --git a/koward/themes/graphics/favicon.ico b/koward/www/themes/graphics/favicon.ico similarity index 100% rename from koward/themes/graphics/favicon.ico rename to koward/www/themes/graphics/favicon.ico diff --git a/koward/themes/graphics/query.png b/koward/www/themes/graphics/query.png similarity index 100% rename from koward/themes/graphics/query.png rename to koward/www/themes/graphics/query.png diff --git a/koward/themes/kolab/screen.css b/koward/www/themes/kolab/screen.css similarity index 100% rename from koward/themes/kolab/screen.css rename to koward/www/themes/kolab/screen.css diff --git a/koward/themes/screen.css b/koward/www/themes/screen.css similarity index 100% rename from koward/themes/screen.css rename to koward/www/themes/screen.css -- 2.11.0