[java-idp-plugin-thymeleaf] branch main updated: Clean up module file.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 6 17:50:39 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-thymeleaf.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-thymeleaf.git;a=commit;h=3d3b5980003d66fd289330e063e872401fdd06e8
The following commit(s) were added to refs/heads/main by this push:
new 3d3b598 Clean up module file.
3d3b598 is described below
commit 3d3b5980003d66fd289330e063e872401fdd06e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 6 12:50:36 2024 -0500
Clean up module file.
---
.../net/shibboleth/idp/plugin/thymeleaf/module.properties | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/thymeleaf-impl/src/main/resources/net/shibboleth/idp/plugin/thymeleaf/module.properties b/thymeleaf-impl/src/main/resources/net/shibboleth/idp/plugin/thymeleaf/module.properties
index a9dc557..d7a956b 100644
--- a/thymeleaf-impl/src/main/resources/net/shibboleth/idp/plugin/thymeleaf/module.properties
+++ b/thymeleaf-impl/src/main/resources/net/shibboleth/idp/plugin/thymeleaf/module.properties
@@ -1,14 +1,11 @@
# Example Properties defining a module.
# Class to Module ID mappings
-net.shibboleth.idp.plugin.thymeleaf.impl.ThymeleafModule = org.example.thymeleaf
+net.shibboleth.idp.plugin.thymeleaf.impl.ThymeleafModule = idp.ui.Thymeleaf
# Module Owner
-org.example.thymeleaf.plugin = net.shibboleth.idp.plugin.thymeleaf
+idp.ui.Thymeleaf = net.shibboleth.idp.plugin.thymeleaf
-org.example.thymeleaf.name = thymeleaf Module
-org.example.thymeleaf.desc = Module for thymeleaf
-org.example.thymeleaf.url = /thymeleafConfiguration
-org.example.thymeleaf.1.src = somefile
-org.example.thymeleaf.1.dest = conf/to-somefile
-org.example.thymeleaf.1.replace = true
+idp.ui.Thymeleaf.name = Thymeleaf
+idp.ui.Thymeleaf.desc = Module for Thymeleaf template engine support.
+idp.ui.Thymeleaf.url = /Thymeleaf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list