[java-identity-provider] 01/02: Remove dead resource
Rod Widdowson
rdw at steadingsoftware.com
Thu Apr 22 15:39:17 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a317dca35d7de6b396e293eaeb672ce5a2d264e2
commit a317dca35d7de6b396e293eaeb672ce5a2d264e2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Apr 20 16:37:16 2021 +0100
Remove dead resource
---
.../idp/installer/plugin/patchResources.xml | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/idp-installer/src/main/resources/net/shibboleth/idp/installer/plugin/patchResources.xml b/idp-installer/src/main/resources/net/shibboleth/idp/installer/plugin/patchResources.xml
deleted file mode 100644
index 5b7e54264..000000000
--- a/idp-installer/src/main/resources/net/shibboleth/idp/installer/plugin/patchResources.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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">
-
- <bean id="shibboleth.HttpClientFactory" abstract="true"
- class="net.shibboleth.idp.profile.spring.relyingparty.metadata.HttpClientFactoryBean" />
- <bean id="shibboleth.FileCachingHttpClientFactory" abstract="true"
- class="net.shibboleth.idp.profile.spring.relyingparty.metadata.FileCachingHttpClientFactoryBean" />
- <bean id="shibboleth.MemoryCachingHttpClientFactory" abstract="true"
- class="net.shibboleth.idp.profile.spring.relyingparty.metadata.InMemoryCachingHttpClientFactoryBean" />
-
-</beans>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list