]> source.dussan.org Git - archiva.git/commitdiff
fix i18n jsp tag
authorOlivier Lamy <olamy@apache.org>
Sun, 8 Apr 2012 20:41:59 +0000 (20:41 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 8 Apr 2012 20:41:59 +0000 (20:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311091 13f79535-47bb-0310-9956-ffa450edef68

31 files changed:
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/accessDenied.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/account.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/assignments.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/backupRestore.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/confirmUserAdministrator.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/createAdmin.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/operationList.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/permissionList.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/resourceList.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/role.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/roleCreate.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/roleEdit.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/roleList.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/roleModel.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/roleSummary.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/systemInformation.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/userCreate.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/userDelete.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/userEdit.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/admin/userList.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/alert.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/changePasswordSuccess.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/generalError.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/invalidToken.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/login.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/password.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/passwordResetNotification.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/register.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/requestPasswordReset.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/requiresAuthentication.jsp
redback-integrations/redback-struts2/redback-struts2-content/src/main/webapp/WEB-INF/jsp/redback/validationNotification.jsp

index 201a0f49dc2cfb74c17dd7a235320d38c8a37e16..da3af01d17f7ce11cb19a80aebc99044653d84f8 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="access.denied.page.title"/></title>
 </head>
index 653ef459c717bd6d8786af7092a982e841762d3a..0a424ed840f3de4be40d8550560bc05cd460d5dc 100644 (file)
@@ -19,7 +19,7 @@
 <%@ taglib prefix="redback" uri="/redback/taglib-1.0"%>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="account.details.page.title"/></title>
 </head>
index 681edd993d9e6dd8cc28653884b8356915e48cc2..3748dd3374cf1393081387a97a1f68f1c1a66c8e 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="assignments.page.title"/></title>
 </head>
index 997b85bffca4dceba8b7fa43693e79ee75a4fbaf..0be50547398a5c94052a46138945bf340b2ca41b 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
   <head>
     <title><s:text name="backupRestore.page.title"/></title>
   </head>
index d9453bf46cb1a25217dfd3e4156307e6fbf90943..c1a58920a07b7af5b18f905709f0812807d3448b 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="user.edit.confirm.page.title"/></title>
 </head>
index bf214bdb72fedadc7fea51d9209835af50eceae7..1a290f20ec1c58c1962f94462a69994680430c7b 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="create.admin.page.title"/></title>
 </head>
index c75d45eba6aeacd04541bb9419a55ff4302343ff..7aa2a818da5dd89982d264175df07b6b93c7c047 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="operation.list.page.title"/></title>
 </head>
index 45609447cdf01447865fdca1fa5dec3c374a8d4b..a316cbae84a5ce3021f279fd879c5c66b7557537 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="permission.list.page.title"/></title>
 </head>
index 11ec2da2b8b3ae038073e48651e93acea4947e8b..114a49c59085e13d200b79648c88b4ad5a8d01eb 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="resource.list.page.title"/></title>
 </head>
index e5d4decb33f74c3304d90944f8f326008a845c2a..7dd878ca7951d88a5a7d3db58f0b78d1e195fe0c 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.page.title"/></title>
 </head>
index 837cbbb8b58b8b015261ed1da651563da32bd01c..cf6fe445b25b08eeb7429256fc6baa6ad2524eda 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.create.page.title"/></title>
 </head>
index b599a4a20f1b8861b9a0c180bc22a8cf218188e5..13e3a8cb055108d7f69b92533619e759dbb86988 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.page.title"/></title>
 </head>
index 35e31f7c1ba93e7dee2ba9de7927cb4ee34677d9..3f4f6d80f9b3ee0115238df74f2c93d9dc5a6e3d 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.list.page.title"/></title>
 </head>
index 0676f52e8a557e3dd3f6d108ff93db060154002a..b2a4f845022a354bead0f167e4e270df518af2d5 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.model.page.title"/></title>
 </head>
index 08934e754571241e9a1492bd3051a1e0a94333f8..2d198fb17863874fa0da82f56735598383cfbe51 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="role.summary.page.title"/></title>
 </head>
index 2f885f28696c91b0705f95aaf6f81aebaed66093..5cff8d1b6b37766253246a158bdf467091bc27f7 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="system.info.page.title"/></title>
 </head>
index c6f38363f6faa2d8c0765038fe60f0397f026fde..1f7651aad0301fb0bcd5487faec06d4939a094f9 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="user.create.page.title"/></title>
 </head>
index 72a78564afbe8b5e58aac005ade465093047a4f6..9c97ce5e82655ab4e5966041a028646dbfe6e5e2 100644 (file)
@@ -16,7 +16,7 @@
 <%@ taglib prefix="s" uri="/struts-tags"%>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="user.delete.page.title"/></title>
 </head>
index 8ab540c53aff19288a8b5733256be1714d2ff5de..70954ecc0013f68e52cb708247d6f94d92343e34 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="user.edit.page.title"/></title>
 </head>
index 2a5bf5933c01207871b16adf2cb39b21f4409f32..da4645e37e1f608e7984ff775cf3935c748428fa 100644 (file)
@@ -20,7 +20,7 @@
 <%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
 
 <html> 
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="user.list.page.title"/></title>
   <link rel="stylesheet" type="text/css" href="<s:url value="/css/redback/table.css"/>" media="screen"/>
index b8deeb5b487256fa765a8fad2e1c23ad6a6c868d..f596548c4c09f42024a73582eaa217e4cf55b882 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="alert.page.title"/></title>
 </head>
index cae454f4c249b8de3569647ba37d067d183a9f02..69334da0ac3cfbac11741ea7a961ef2dfea78ad1 100644 (file)
@@ -16,7 +16,7 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
-  <s:i18n name="org.codehaus.plexus.redback.struts2.default">
+  <s:i18n name="org.apache.archiva.redback.struts2.default">
     <head>
       <title><s:text name="change.password.page.title"/></title>
     </head>
index 7a34d2d8350a191f17c3b0a46c73436aa8e5d0f0..499f84312aa139fe28d33191a9c57a2f88746943 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="general.error.page.title"/></title>
 </head>
index c1129b0b0fd279727a1ab9c28131d681a0905b06..526f26e664313564ddb9186ba77cc67d2758d045 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="invalid.token.page.title"/></title>
 </head>
index aadeaf4af620ab6371d2c4db36d161e9453bf434..274ec27f944b10da559567db1be406f05f5600be 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="/redback/taglib-1.0" prefix="redback" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="login.page.title"/></title>
 </head>
index b70cd012880578138dbb0c1d18a3f52352a056cc..37b4556124ede46bac6f5891c56cf781b122b525 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="password.page.title"/></title>
 </head>
index b1293ba6296784ed033679ee3a28a5a0a13cb1b7..7c2b3c8db8bfbb6f72fb5d95ad2a2fc5c5202836 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="password.reset.page.title"/></title>
 </head>
index f5d2c8ecb0ac62b96aaa009c6d1893f72b19a9a5..48b428043b9e77fd055c1affdeffbc8cdbff2f43 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="register.page.title"/></title>
 </head>
index ac2a3d676f6cc9858343ae69989499eb26ebe8c8..47f5141d503b8831153494cb69b2ff98a8d1a59a 100644 (file)
@@ -17,7 +17,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="request.password.reset.page.title"/></title>
 </head>
index 458a2aa18d2631f0deed125455624afb44e7afa9..f3c9d60d9adc02e5a44845a86ee3ff9dbe954cbc 100644 (file)
@@ -18,7 +18,7 @@
 
 <html>
 
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="requires.authentication.page.title"/></title>
 </head>
index db353b1dff9f25e3e2f6dae151ce9f8fd676d091..57e860f6943138f098aa6393deee241b4e0b5a75 100644 (file)
@@ -18,7 +18,7 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
 <html>
-<s:i18n name="org.codehaus.plexus.redback.struts2.default">
+<s:i18n name="org.apache.archiva.redback.struts2.default">
 <head>
   <title><s:text name="validation.notification.page.title"/></title>
 </head>