From e56aa91bd79df004ad56de69eb9268d9e3503cca Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 23 Sep 2009 16:16:40 +0000 Subject: [PATCH] "data.sql" instead of "test-data.sql" (SPR-6020) --- org.springframework.jdbc/jdbc.iml | 11 +++++++++++ .../src/test/resources/{test-data.sql => data.sql} | 0 2 files changed, 11 insertions(+) rename org.springframework.jdbc/src/test/resources/{test-data.sql => data.sql} (100%) diff --git a/org.springframework.jdbc/jdbc.iml b/org.springframework.jdbc/jdbc.iml index f47cc6c5d5..f807eb845a 100644 --- a/org.springframework.jdbc/jdbc.iml +++ b/org.springframework.jdbc/jdbc.iml @@ -74,6 +74,17 @@ + + + + + + + + + + + diff --git a/org.springframework.jdbc/src/test/resources/test-data.sql b/org.springframework.jdbc/src/test/resources/data.sql similarity index 100% rename from org.springframework.jdbc/src/test/resources/test-data.sql rename to org.springframework.jdbc/src/test/resources/data.sql