From 8fe497ef539390e3bed6d49fe9d805a6d4a06878 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 11 Oct 2009 15:30:56 +0000 Subject: [PATCH] Updating PetClinic build documentation regarding migration to Spring Build. --- .../db/mysql/petclinic_db_setup_mysql.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt b/org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt index 5d8b1dcc690..3a2b22e0ad8 100644 --- a/org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt +++ b/org.springframework.samples.petclinic/db/mysql/petclinic_db_setup_mysql.txt @@ -17,10 +17,6 @@ 3) Create the PetClinic database and user by executing the "db/mysql/createDB.txt" script. -4) Open "build.properties" in PetClinic's root directory and follow the - instructions in section: "NOTE: To CONFIGURE the DATABASE...". - -5) If you did not already do so in step 4, open "src/jdbc.properties", comment - out all properties in the "HSQL Settings" section, uncomment all properties - in the "MySQL Settings" section, and verify that your connection settings - are consistent in both "build.properties" and "src/jdbc.properties". +4) Open "src/main/resources/jdbc.properties"; comment out all properties in the + "HSQL Settings" section; uncomment all properties in the "MySQL Settings" + section. \ No newline at end of file