From fbf2a7bc1946ec4baff810782d2931488ffd8323 Mon Sep 17 00:00:00 2001 From: markpollack Date: Tue, 10 Jun 2008 17:25:11 +0000 Subject: [PATCH] move config to subdirectory --- .../{ => Config}/Aspects.xml | 0 .../{ => Config}/Log4Net.xml | 0 .../{ => Config}/Services.xml | 12 +--- .../src/Spring.Northwind.Web/Dao.xml | 69 ------------------- .../DeclarativeServicesAttributeDriven.xml | 25 ------- .../DeclarativeServicesObjectNameDriven.xml | 38 ---------- ...eclarativeServicesTxProxyFactoryDriven.xml | 40 ----------- .../src/Spring.Northwind.Web/Web.config | 2 +- 8 files changed, 4 insertions(+), 182 deletions(-) rename examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/{ => Config}/Aspects.xml (100%) rename examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/{ => Config}/Log4Net.xml (100%) rename examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/{ => Config}/Services.xml (66%) delete mode 100644 examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Dao.xml delete mode 100644 examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesAttributeDriven.xml delete mode 100644 examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesObjectNameDriven.xml delete mode 100644 examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesTxProxyFactoryDriven.xml diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Aspects.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Aspects.xml similarity index 100% rename from examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Aspects.xml rename to examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Aspects.xml diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Log4Net.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Log4Net.xml similarity index 100% rename from examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Log4Net.xml rename to examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Log4Net.xml diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Services.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Services.xml similarity index 66% rename from examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Services.xml rename to examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Services.xml index a2669b97..b4110138 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Services.xml +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Config/Services.xml @@ -1,5 +1,6 @@  - + @@ -18,13 +19,6 @@ - - - - + diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Dao.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Dao.xml deleted file mode 100644 index e09ac262..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Dao.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - The Northwind object definitions for the Data Access Objects. - - - - - - - - - - - - - - - Spring.Northwind.Dao.NHibernate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesAttributeDriven.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesAttributeDriven.xml deleted file mode 100644 index 64687470..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesAttributeDriven.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesObjectNameDriven.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesObjectNameDriven.xml deleted file mode 100644 index de08c228..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesObjectNameDriven.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesTxProxyFactoryDriven.xml b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesTxProxyFactoryDriven.xml deleted file mode 100644 index 9655231b..00000000 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/DeclarativeServicesTxProxyFactoryDriven.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - Transactional Proxy for FulfillmentService using the TransactionProxyFactory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Web.config b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Web.config index e8b2b4b5..509330b9 100644 --- a/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Web.config +++ b/examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/Web.config @@ -25,7 +25,7 @@ - +