You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jm...@apache.org on 2007/10/25 18:43:20 UTC

svn commit: r588279 - in /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources: org/apache/maven/archiva/redback/ org/apache/maven/archiva/redback/custom.properties webwork.properties

Author: jmcconnell
Date: Thu Oct 25 09:43:07 2007
New Revision: 588279

URL: http://svn.apache.org/viewvc?rev=588279&view=rev
Log:
a part of REDBACK-81, this will allow a user to customize various messages from redback if they so desire.

Added:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties
Modified:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/webwork.properties

Added: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties?rev=588279&view=auto
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties (added)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/org/apache/maven/archiva/redback/custom.properties Thu Oct 25 09:43:07 2007
@@ -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

Modified: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/webwork.properties
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/webwork.properties?rev=588279&r1=588278&r2=588279&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/webwork.properties (original)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/webwork.properties Thu Oct 25 09:43:07 2007
@@ -27,4 +27,4 @@
 # 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