From 16fe237e71ea8de82b4f3ced3b9780b104c742ce Mon Sep 17 00:00:00 2001 From: lucasward Date: Thu, 1 Nov 2007 13:02:57 +0000 Subject: [PATCH] BATCH-186: Updated orm test resource package names. --- .../batch/io/{orm/hibernate => cursor}/Foo-write.hbm.xml | 0 .../batch/io/{orm/hibernate => cursor}/Foo.hbm.xml | 0 .../batch/io/{orm/ibatis => driving}/ibatis-config.xml | 2 +- .../batch/io/{orm/ibatis => driving}/ibatis-foo.xml | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename infrastructure/src/test/resources/org/springframework/batch/io/{orm/hibernate => cursor}/Foo-write.hbm.xml (100%) rename infrastructure/src/test/resources/org/springframework/batch/io/{orm/hibernate => cursor}/Foo.hbm.xml (100%) rename infrastructure/src/test/resources/org/springframework/batch/io/{orm/ibatis => driving}/ibatis-config.xml (81%) rename infrastructure/src/test/resources/org/springframework/batch/io/{orm/ibatis => driving}/ibatis-foo.xml (100%) diff --git a/infrastructure/src/test/resources/org/springframework/batch/io/orm/hibernate/Foo-write.hbm.xml b/infrastructure/src/test/resources/org/springframework/batch/io/cursor/Foo-write.hbm.xml similarity index 100% rename from infrastructure/src/test/resources/org/springframework/batch/io/orm/hibernate/Foo-write.hbm.xml rename to infrastructure/src/test/resources/org/springframework/batch/io/cursor/Foo-write.hbm.xml diff --git a/infrastructure/src/test/resources/org/springframework/batch/io/orm/hibernate/Foo.hbm.xml b/infrastructure/src/test/resources/org/springframework/batch/io/cursor/Foo.hbm.xml similarity index 100% rename from infrastructure/src/test/resources/org/springframework/batch/io/orm/hibernate/Foo.hbm.xml rename to infrastructure/src/test/resources/org/springframework/batch/io/cursor/Foo.hbm.xml diff --git a/infrastructure/src/test/resources/org/springframework/batch/io/orm/ibatis/ibatis-config.xml b/infrastructure/src/test/resources/org/springframework/batch/io/driving/ibatis-config.xml similarity index 81% rename from infrastructure/src/test/resources/org/springframework/batch/io/orm/ibatis/ibatis-config.xml rename to infrastructure/src/test/resources/org/springframework/batch/io/driving/ibatis-config.xml index 3581245fd..e171484a3 100644 --- a/infrastructure/src/test/resources/org/springframework/batch/io/orm/ibatis/ibatis-config.xml +++ b/infrastructure/src/test/resources/org/springframework/batch/io/driving/ibatis-config.xml @@ -7,6 +7,6 @@ to false, input source would load all data into memory! --> - + \ No newline at end of file diff --git a/infrastructure/src/test/resources/org/springframework/batch/io/orm/ibatis/ibatis-foo.xml b/infrastructure/src/test/resources/org/springframework/batch/io/driving/ibatis-foo.xml similarity index 100% rename from infrastructure/src/test/resources/org/springframework/batch/io/orm/ibatis/ibatis-foo.xml rename to infrastructure/src/test/resources/org/springframework/batch/io/driving/ibatis-foo.xml