From 655a92717ac2e477296d07465e9ec5cc658bbdc7 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sun, 30 Oct 2016 20:39:16 +0100 Subject: [PATCH] prepare build.xml files for new version --- migration/i3.1z/oracle/build.xml | 50 ------------------ migration/i3.1z/postgresql/build.xml | 51 ------------------- migration/{i2.1z => i4.1}/oracle/build.xml | 0 .../{i2.1z => i4.1}/postgresql/build.xml | 0 migration/{i3.1 => i4.1z}/oracle/build.xml | 0 .../{i3.1 => i4.1z}/postgresql/build.xml | 0 6 files changed, 101 deletions(-) delete mode 100644 migration/i3.1z/oracle/build.xml delete mode 100644 migration/i3.1z/postgresql/build.xml rename migration/{i2.1z => i4.1}/oracle/build.xml (100%) rename migration/{i2.1z => i4.1}/postgresql/build.xml (100%) rename migration/{i3.1 => i4.1z}/oracle/build.xml (100%) rename migration/{i3.1 => i4.1z}/postgresql/build.xml (100%) diff --git a/migration/i3.1z/oracle/build.xml b/migration/i3.1z/oracle/build.xml deleted file mode 100644 index 1a512769ce..0000000000 --- a/migration/i3.1z/oracle/build.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - File ${file.name} status ${sqlplus.result} - - - - - - diff --git a/migration/i3.1z/postgresql/build.xml b/migration/i3.1z/postgresql/build.xml deleted file mode 100644 index 2627f11fdb..0000000000 --- a/migration/i3.1z/postgresql/build.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - File ${file.name} status ${psql.result} - - - diff --git a/migration/i2.1z/oracle/build.xml b/migration/i4.1/oracle/build.xml similarity index 100% rename from migration/i2.1z/oracle/build.xml rename to migration/i4.1/oracle/build.xml diff --git a/migration/i2.1z/postgresql/build.xml b/migration/i4.1/postgresql/build.xml similarity index 100% rename from migration/i2.1z/postgresql/build.xml rename to migration/i4.1/postgresql/build.xml diff --git a/migration/i3.1/oracle/build.xml b/migration/i4.1z/oracle/build.xml similarity index 100% rename from migration/i3.1/oracle/build.xml rename to migration/i4.1z/oracle/build.xml diff --git a/migration/i3.1/postgresql/build.xml b/migration/i4.1z/postgresql/build.xml similarity index 100% rename from migration/i3.1/postgresql/build.xml rename to migration/i4.1z/postgresql/build.xml