]> source.dussan.org Git - archiva.git/commitdiff
a part of REDBACK-81, this will allow a user to customize various messages from redba...
authorJesse McConnell <jmcconnell@apache.org>
Thu, 25 Oct 2007 16:43:07 +0000 (16:43 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Thu, 25 Oct 2007 16:43:07 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@588279 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties [new file with mode: 0644]
archiva-web/archiva-webapp/src/main/resources/webwork.properties

diff --git a/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties b/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties
new file mode 100644 (file)
index 0000000..134092c
--- /dev/null
@@ -0,0 +1,4 @@
+# text resources within redback can be customized by overriding them here
+
+#password.reset.success=An email has been sent.
+#password.reset.failure=No email was not sent, perhaps the user did not exist as entered.
\ No newline at end of file
index 453c1aaac400f26ca03b7916de7565ec5db3923d..539c9f27873815650dc602a3ca069979fb6babb7 100644 (file)
@@ -27,4 +27,4 @@ webwork.url.includeParams = none
 # TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes
 
 # Localization
-webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default
\ No newline at end of file
+webwork.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default,org.apache.maven.archiva.redback.custom