From 76d5cfe0b5a7688477f503d1573e79885ad3bc54 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 13 Jun 2011 14:11:00 +0000 Subject: [PATCH] Rename the various pipeline configuration files so that they take the form of verbs associated with a channel represented by the directory. One result of this is that all the "import" configuration files now have the same file name. Rework the calling code in build.xml to work in terms of channels and verbs. --- build.xml | 151 +++++------------- mdx/aaf/{aaf-import.xml => import.xml} | 0 mdx/arnes/{arnes-import.xml => import.xml} | 0 mdx/caf/{caf-import.xml => import.xml} | 0 .../{edugain-import.xml => import.xml} | 0 ...dugain-test-import.xml => test-import.xml} | 0 .../{edugate-import.xml => import.xml} | 0 .../{incommon-import.xml => import.xml} | 0 mdx/swamid/{swamid-import.xml => import.xml} | 0 mdx/switch/{switch-import.xml => import.xml} | 0 mdx/uk/{uk-collect.xml => collect.xml} | 0 11 files changed, 44 insertions(+), 107 deletions(-) rename mdx/aaf/{aaf-import.xml => import.xml} (100%) rename mdx/arnes/{arnes-import.xml => import.xml} (100%) rename mdx/caf/{caf-import.xml => import.xml} (100%) rename mdx/edugain/{edugain-import.xml => import.xml} (100%) rename mdx/edugain/{edugain-test-import.xml => test-import.xml} (100%) rename mdx/edugate/{edugate-import.xml => import.xml} (100%) rename mdx/incommon/{incommon-import.xml => import.xml} (100%) rename mdx/swamid/{swamid-import.xml => import.xml} (100%) rename mdx/switch/{switch-import.xml => import.xml} (100%) rename mdx/uk/{uk-collect.xml => collect.xml} (100%) diff --git a/build.xml b/build.xml index 81e2947b..745c1f96 100644 --- a/build.xml +++ b/build.xml @@ -1040,138 +1040,77 @@ ********************************************* --> + + + + + + + Running @{channel} @{verb} flow. + + Completed @{channel} @{verb} flow. + + + + + + + + + + + - - - Running AAF import flow. - - Completed AAF import flow. + - - - - - Running ARNES import flow. - - Completed ARNES import flow. + - - - - - Running CAF import flow. - - Completed CAF import flow. + - - - - - Running Edugate import flow. - - Completed Edugate import flow. + - - - - - Running InCommon import flow. - - Completed InCommon import flow. + - - - - - Running eduGAIN import flow. - - Completed eduGAIN import flow. + - Running eduGAIN test import flow. - - Completed eduGAIN test import flow. + - - - - - Running SWAMID import flow. - - Completed SWAMID import flow. + - - - - - Running SWITCH import flow. - - Completed SWITCH import flow. + - Collecting UK fragment files. - - Collection completed. + diff --git a/mdx/aaf/aaf-import.xml b/mdx/aaf/import.xml similarity index 100% rename from mdx/aaf/aaf-import.xml rename to mdx/aaf/import.xml diff --git a/mdx/arnes/arnes-import.xml b/mdx/arnes/import.xml similarity index 100% rename from mdx/arnes/arnes-import.xml rename to mdx/arnes/import.xml diff --git a/mdx/caf/caf-import.xml b/mdx/caf/import.xml similarity index 100% rename from mdx/caf/caf-import.xml rename to mdx/caf/import.xml diff --git a/mdx/edugain/edugain-import.xml b/mdx/edugain/import.xml similarity index 100% rename from mdx/edugain/edugain-import.xml rename to mdx/edugain/import.xml diff --git a/mdx/edugain/edugain-test-import.xml b/mdx/edugain/test-import.xml similarity index 100% rename from mdx/edugain/edugain-test-import.xml rename to mdx/edugain/test-import.xml diff --git a/mdx/edugate/edugate-import.xml b/mdx/edugate/import.xml similarity index 100% rename from mdx/edugate/edugate-import.xml rename to mdx/edugate/import.xml diff --git a/mdx/incommon/incommon-import.xml b/mdx/incommon/import.xml similarity index 100% rename from mdx/incommon/incommon-import.xml rename to mdx/incommon/import.xml diff --git a/mdx/swamid/swamid-import.xml b/mdx/swamid/import.xml similarity index 100% rename from mdx/swamid/swamid-import.xml rename to mdx/swamid/import.xml diff --git a/mdx/switch/switch-import.xml b/mdx/switch/import.xml similarity index 100% rename from mdx/switch/switch-import.xml rename to mdx/switch/import.xml diff --git a/mdx/uk/uk-collect.xml b/mdx/uk/collect.xml similarity index 100% rename from mdx/uk/uk-collect.xml rename to mdx/uk/collect.xml