From 3d4b45de2675d31a3b94d1a04ecc48e3966cc02e Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 7 Sep 2009 14:25:04 +0000 Subject: [PATCH] Audit rules loaded as part of the structure of the application SVN:code[118] --- trunk/setup/data/export.cmd | 2 -- trunk/setup/data/{ => structure}/21.auditcategories.xml | 0 trunk/setup/data/{ => structure}/22.auditrules.xml | 0 trunk/setup/data/structure/export_profiles.cmd | 3 +++ 4 files changed, 3 insertions(+), 2 deletions(-) rename trunk/setup/data/{ => structure}/21.auditcategories.xml (100%) rename trunk/setup/data/{ => structure}/22.auditrules.xml (100%) diff --git a/trunk/setup/data/export.cmd b/trunk/setup/data/export.cmd index 5e54a4dec4..16ad1a8e50 100644 --- a/trunk/setup/data/export.cmd +++ b/trunk/setup/data/export.cmd @@ -26,5 +26,3 @@ wget --output-document=17.contactchangetickets.xml --post-data="auth_user=%USER% wget --output-document=18.contracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizContract&format=xml" wget --output-document=19.infracontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraContract&format=xml" wget --output-document=20.contactcontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactContract&format=xml" -wget --output-document=21.auditcategories.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditCategory&format=xml" -wget --output-document=22.auditrules.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditRule&format=xml" diff --git a/trunk/setup/data/21.auditcategories.xml b/trunk/setup/data/structure/21.auditcategories.xml similarity index 100% rename from trunk/setup/data/21.auditcategories.xml rename to trunk/setup/data/structure/21.auditcategories.xml diff --git a/trunk/setup/data/22.auditrules.xml b/trunk/setup/data/structure/22.auditrules.xml similarity index 100% rename from trunk/setup/data/22.auditrules.xml rename to trunk/setup/data/structure/22.auditrules.xml diff --git a/trunk/setup/data/structure/export_profiles.cmd b/trunk/setup/data/structure/export_profiles.cmd index cd2873fd05..bc3a15050c 100644 --- a/trunk/setup/data/structure/export_profiles.cmd +++ b/trunk/setup/data/structure/export_profiles.cmd @@ -13,4 +13,7 @@ wget --output-document=13.profileprojection.xml --post-data="auth_user=%USER%&au wget --output-document=14.actiongrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_ActionGrant&format=xml" wget --output-document=15.attributegrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_AttributeGrant&format=xml" wget --output-document=16.stimulusgrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_StimulusGrant&format=xml" +wget --output-document=21.auditcategories.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditCategory&format=xml" +wget --output-document=22.auditrules.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditRule&format=xml" + pause \ No newline at end of file