[java-identity-provider] branch maint-3.4 updated: Restore accidentally shopped XML boilerplate.

Scott Cantor cantor.2 at osu.edu
Mon Apr 15 23:09:35 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=73a83f3194cae19abaabb769dfe7b2795ea0977b

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  73a83f3   Restore accidentally shopped XML boilerplate.
73a83f3 is described below

commit 73a83f3194cae19abaabb769dfe7b2795ea0977b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 15 23:09:27 2019 -0400

    Restore accidentally shopped XML boilerplate.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 9c3d108..9781bbb 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -1,3 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+           xmlns:context="http://www.springframework.org/schema/context"
+           xmlns:util="http://www.springframework.org/schema/util" xmlns:p="http://www.springframework.org/schema/p"
+           xmlns:c="http://www.springframework.org/schema/c" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+           xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+                           http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
+
        default-init-method="initialize"
        default-destroy-method="destroy">
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list