[java-identity-provider] 01/05: IDP-1545 Move localized properties into system
Rod Widdowson
rdw at steadingsoftware.com
Fri Feb 21 11:20:06 EST 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9a7dda1cd7ea8b7e5f88d308d23bbd6dd6d276c0
commit 9a7dda1cd7ea8b7e5f88d308d23bbd6dd6d276c0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 21 16:10:30 2020 +0000
IDP-1545 Move localized properties into system
https://issues.shibboleth.net/jira/browse/IDP-1545
---
idp-conf/src/main/resources/{ => system}/messages/messages_de.properties | 0
.../src/main/resources/{ => system}/messages/messages_de_CH.properties | 0
idp-conf/src/main/resources/{ => system}/messages/messages_fr.properties | 0
idp-conf/src/main/resources/{ => system}/messages/messages_it.properties | 0
idp-conf/src/main/resources/{ => system}/messages/messages_ja.properties | 0
5 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/idp-conf/src/main/resources/messages/messages_de.properties b/idp-conf/src/main/resources/system/messages/messages_de.properties
similarity index 100%
rename from idp-conf/src/main/resources/messages/messages_de.properties
rename to idp-conf/src/main/resources/system/messages/messages_de.properties
diff --git a/idp-conf/src/main/resources/messages/messages_de_CH.properties b/idp-conf/src/main/resources/system/messages/messages_de_CH.properties
similarity index 100%
rename from idp-conf/src/main/resources/messages/messages_de_CH.properties
rename to idp-conf/src/main/resources/system/messages/messages_de_CH.properties
diff --git a/idp-conf/src/main/resources/messages/messages_fr.properties b/idp-conf/src/main/resources/system/messages/messages_fr.properties
similarity index 100%
rename from idp-conf/src/main/resources/messages/messages_fr.properties
rename to idp-conf/src/main/resources/system/messages/messages_fr.properties
diff --git a/idp-conf/src/main/resources/messages/messages_it.properties b/idp-conf/src/main/resources/system/messages/messages_it.properties
similarity index 100%
rename from idp-conf/src/main/resources/messages/messages_it.properties
rename to idp-conf/src/main/resources/system/messages/messages_it.properties
diff --git a/idp-conf/src/main/resources/messages/messages_ja.properties b/idp-conf/src/main/resources/system/messages/messages_ja.properties
similarity index 100%
rename from idp-conf/src/main/resources/messages/messages_ja.properties
rename to idp-conf/src/main/resources/system/messages/messages_ja.properties
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list