From ae634eced11da803c69785ddbc127b4801c2be36 Mon Sep 17 00:00:00 2001 From: romanb Date: Fri, 12 Sep 2008 09:45:56 +0000 Subject: [PATCH] moved ORM export --- lib/Doctrine/{ => ORM}/Export/Frontbase.php | 0 lib/Doctrine/{ => ORM}/Export/Reporter.php | 4 ++-- lib/Doctrine/{ => ORM}/Export/Schema.php | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/Doctrine/{ => ORM}/Export/Frontbase.php (100%) rename lib/Doctrine/{ => ORM}/Export/Reporter.php (92%) rename lib/Doctrine/{ => ORM}/Export/Schema.php (100%) diff --git a/lib/Doctrine/Export/Frontbase.php b/lib/Doctrine/ORM/Export/Frontbase.php similarity index 100% rename from lib/Doctrine/Export/Frontbase.php rename to lib/Doctrine/ORM/Export/Frontbase.php diff --git a/lib/Doctrine/Export/Reporter.php b/lib/Doctrine/ORM/Export/Reporter.php similarity index 92% rename from lib/Doctrine/Export/Reporter.php rename to lib/Doctrine/ORM/Export/Reporter.php index 8bb3289aa..57a9311f6 100644 --- a/lib/Doctrine/Export/Reporter.php +++ b/lib/Doctrine/ORM/Export/Reporter.php @@ -1,6 +1,6 @@