[java-metadata-aggregator] branch main updated: MDA-297 - rename an example input file for reuse
Ian Young
ian at iay.org.uk
Fri Oct 20 18:52:00 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=f1680c538f5db113274c29a24d02862df9d1d62d
The following commit(s) were added to refs/heads/main by this push:
new f1680c5 MDA-297 - rename an example input file for reuse
f1680c5 is described below
commit f1680c538f5db113274c29a24d02862df9d1d62d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Oct 20 19:51:52 2023 +0100
MDA-297 - rename an example input file for reuse
https://shibboleth.atlassian.net/browse/MDA-297
---
doc/wiki/discofeed.xml | 2 +-
doc/wiki/path/to/input/{discofeed-aggregate.xml => aggregate.xml} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/wiki/discofeed.xml b/doc/wiki/discofeed.xml
index fec4c25..17a480c 100644
--- a/doc/wiki/discofeed.xml
+++ b/doc/wiki/discofeed.xml
@@ -30,7 +30,7 @@
</property>
<property name="source">
<bean class="java.io.File">
- <constructor-arg value="path/to/input/discofeed-aggregate.xml"/>
+ <constructor-arg value="path/to/input/aggregate.xml"/>
</bean>
</property>
</bean>
diff --git a/doc/wiki/path/to/input/discofeed-aggregate.xml b/doc/wiki/path/to/input/aggregate.xml
similarity index 100%
rename from doc/wiki/path/to/input/discofeed-aggregate.xml
rename to doc/wiki/path/to/input/aggregate.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list