From cb0c6da443db8ce062e6e719f49b269f1be51459 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 9 Nov 2010 20:18:37 +0000 Subject: [PATCH] Fix up config file management for 2.4 release. --- msi/scripts/shib_edit_config_files.vbs | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/msi/scripts/shib_edit_config_files.vbs b/msi/scripts/shib_edit_config_files.vbs index fcfdfe7..5b70b0a 100644 --- a/msi/scripts/shib_edit_config_files.vbs +++ b/msi/scripts/shib_edit_config_files.vbs @@ -171,14 +171,6 @@ if (Err = 0) then FileSystemObj.CopyFile DistDir & "shibboleth.logger", ConfigDir, false End If - If (NOT FileSystemObj.FileExists(ConfigDir & "example-metadata.xml")) then - FileSystemObj.CopyFile DistDir & "example-metadata.xml", ConfigDir, false - End If - - If (NOT FileSystemObj.FileExists(ConfigDir & "example-shibboleth2.xml")) then - FileSystemObj.CopyFile DistDir & "example-shibboleth2.xml", ConfigDir, false - End If - If (NOT FileSystemObj.FileExists(ConfigDir & "attribute-map.xml")) then FileSystemObj.CopyFile DistDir & "attribute-map.xml", ConfigDir, false End If @@ -191,7 +183,11 @@ if (Err = 0) then FileSystemObj.CopyFile DistDir & "security-policy.xml", ConfigDir, false End If - ' Finally, fix up schema catalogs. + If (NOT FileSystemObj.FileExists(ConfigDir & "protocols.xml")) then + FileSystemObj.CopyFile DistDir & "protocols.xml", ConfigDir, false + End If + + 'Finally, fix up schema catalogs. XMLDir = InstallDir & "\share\xml\xmltooling\" ConfigFile = XMLDir & "catalog.xml" -- 2.1.4