From 6f2754ae5695d12730f4695c5df055aabae34ea5 Mon Sep 17 00:00:00 2001 From: Fernando Bellas Permuy Date: Tue, 22 Dec 2009 18:48:52 +0100 Subject: [PATCH] ItEr40S20CUImportacionRecursosProductivosItEr39S23: get-*.sh and post-*.sh REST scripts have been renamed to export-*.sh and import-*.sh, respectively. get-*.sh and post-*.sh REST scripts have been renamed to export-*.sh and import-*.sh, respectively. --- scripts/rest-clients/README | 8 ++++---- .../{get-criterion-types.sh => export-criterion-types.sh} | 0 ...ost-criterions-types.sh => import-criterions-types.sh} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename scripts/rest-clients/{get-criterion-types.sh => export-criterion-types.sh} (100%) rename scripts/rest-clients/{post-criterions-types.sh => import-criterions-types.sh} (100%) diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index 0dc764518..5a6fe6a48 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -10,7 +10,7 @@ * Import criterion types: - - post-criterions-types.sh criterion-types-sample.xml + - import-criterions-types.sh criterion-types-sample.xml (authenticate with wswriter/wswriter) - Check the returned errors are consistent with the comments in @@ -18,11 +18,11 @@ * Export criterion types: - - get-criterion-types.sh (authenticate with wsreader/wsreader) + - export-criterion-types.sh (authenticate with wsreader/wsreader) + When working with the online demo: - * post-criterions-types.sh --prod criterion-types-sample.xml + * import-criterions-types.sh --prod criterion-types-sample.xml (authenticate with wswriter/wswriter) - * get-criterion-types.sh --prod (authenticate with wsreader/wsreader) + * export-criterion-types.sh --prod (authenticate with wsreader/wsreader) diff --git a/scripts/rest-clients/get-criterion-types.sh b/scripts/rest-clients/export-criterion-types.sh similarity index 100% rename from scripts/rest-clients/get-criterion-types.sh rename to scripts/rest-clients/export-criterion-types.sh diff --git a/scripts/rest-clients/post-criterions-types.sh b/scripts/rest-clients/import-criterions-types.sh similarity index 100% rename from scripts/rest-clients/post-criterions-types.sh rename to scripts/rest-clients/import-criterions-types.sh