From ba5135d911d0df98d20b583feab719a9cc68b4f0 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Thu, 17 Jan 2008 04:42:10 +0000 Subject: [PATCH] added .propertiesfiles tro svn:ignore. Renamed ant projects to: migrate-db-oracle and migrate-db-postgre in order to distinguish them in Eclipse IDE. Added comment with example ORACLE_HOME value in oracle.properties.template. --- migration/331b-trunk/build.xml | 2 +- migration/331b-trunk/postgresql/build.xml | 2 +- migration/migrate.sh | 2 +- migration/oracle.properties.template | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/migration/331b-trunk/build.xml b/migration/331b-trunk/build.xml index 2f7a66dad4..d118290db7 100644 --- a/migration/331b-trunk/build.xml +++ b/migration/331b-trunk/build.xml @@ -1,4 +1,4 @@ - + diff --git a/migration/331b-trunk/postgresql/build.xml b/migration/331b-trunk/postgresql/build.xml index 9d2fdbdbc8..39aa845fdc 100644 --- a/migration/331b-trunk/postgresql/build.xml +++ b/migration/331b-trunk/postgresql/build.xml @@ -1,4 +1,4 @@ - + diff --git a/migration/migrate.sh b/migration/migrate.sh index 450ae9a0a1..e1525a5514 100644 --- a/migration/migrate.sh +++ b/migration/migrate.sh @@ -2,7 +2,7 @@ # This formats all the SQL files in the specified directory so that # they can be executed by SQL*Plus. There are two modes -- a 'testing' -# mode (the default mode -- this stips out all the "commit" statements) +# mode (the default mode -- this strips out all the "commit" statements) # and a commit mode for deployment. You need to pipe the output of this # script into sqlplus, for example: # ./migrate.sh 313-314 commit | sqlplus adempiere/adempiere diff --git a/migration/oracle.properties.template b/migration/oracle.properties.template index 0d2eb200bc..e869f301f2 100644 --- a/migration/oracle.properties.template +++ b/migration/oracle.properties.template @@ -1,4 +1,5 @@ #ORACLE_HOME +#Example Value: oracle.home=C:/oracle/xe/app/oracle/product/10.2.0/server oracle.home= #sqlplus connection string