[java-metadata-aggregator] 02/03: MDA-297 - enable discofeed example
Ian Young
ian at iay.org.uk
Fri Oct 20 15:57:29 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=35ab823a14c0221bebceb1bc8e4e94d1d4dd5145
commit 35ab823a14c0221bebceb1bc8e4e94d1d4dd5145
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Oct 20 15:08:41 2023 +0100
MDA-297 - enable discofeed example
https://shibboleth.atlassian.net/browse/MDA-297
---
doc/wiki/README.md | 4 ++++
doc/wiki/discofeed.xml | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/wiki/README.md b/doc/wiki/README.md
index 1dd8bd1..150bc0d 100644
--- a/doc/wiki/README.md
+++ b/doc/wiki/README.md
@@ -5,3 +5,7 @@ provided on the wiki. The intention is to make it easier to keep them up to date
with new releases by having test data available alongside them.
[wiki:examples]: https://wiki.shibboleth.net/confluence/display/MA1/Configuration+Examples
+
+- [Generate Discovery Feed](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1552614062/Generate+Discovery+Feed):
+
+ `.../mda.sh discofeed.xml DiscoFeed`
diff --git a/doc/wiki/discofeed.xml b/doc/wiki/discofeed.xml
index b479db5..35c8b40 100644
--- a/doc/wiki/discofeed.xml
+++ b/doc/wiki/discofeed.xml
@@ -11,7 +11,8 @@
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">
- <!-- Pick up Shibboleth MDA beans. -->
+ <!-- Import the Standard bean definition resource. -->
+ <!-- See https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/3162439683/Standard+bean+definition+resource -->
<import resource="classpath:net/shibboleth/metadata/beans.xml"/>
<!-- Default Shibboleth component bean id property from Spring bean id -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list