summaryrefslogtreecommitdiffstats
path: root/redback-integrations/redback-struts2
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-04-07 22:05:15 +0000
committerOlivier Lamy <olamy@apache.org>2012-04-07 22:05:15 +0000
commit39d64883ce3160e91ae87a70aaf31b00702f4894 (patch)
tree67db3550757e8619dd3488f28b969d8bb3356592 /redback-integrations/redback-struts2
parent8ffc9b9d8f9211fb4be4f3edbfd303833ef1b9cd (diff)
downloadarchiva-39d64883ce3160e91ae87a70aaf31b00702f4894.tar.gz
archiva-39d64883ce3160e91ae87a70aaf31b00702f4894.zip
package move to o.a.a.r module redback-keys-cached
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310886 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-integrations/redback-struts2')
-rw-r--r--redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/AssignmentsActionTest.xml2
-rw-r--r--redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/UserEditActionTest.xml2
-rwxr-xr-xredback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/AssignmentsActionTest.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/AssignmentsActionTest.xml
index 1705a1fc1..d1773a576 100644
--- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/AssignmentsActionTest.xml
+++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/AssignmentsActionTest.xml
@@ -89,7 +89,7 @@
<component>
<role>org.apache.archiva.redback.keys.KeyManager</role>
<role-hint>cached</role-hint>
- <implementation>org.codehaus.plexus.redback.keys.cached.CachedKeyManager</implementation>
+ <implementation>org.apache.archiva.redback.keys.cached.CachedKeyManager</implementation>
<description>CachedKeyManager</description>
<requirements>
<requirement>
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/UserEditActionTest.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/UserEditActionTest.xml
index 1705a1fc1..d1773a576 100644
--- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/UserEditActionTest.xml
+++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/org/codehaus/plexus/redback/struts2/action/admin/UserEditActionTest.xml
@@ -89,7 +89,7 @@
<component>
<role>org.apache.archiva.redback.keys.KeyManager</role>
<role-hint>cached</role-hint>
- <implementation>org.codehaus.plexus.redback.keys.cached.CachedKeyManager</implementation>
+ <implementation>org.apache.archiva.redback.keys.cached.CachedKeyManager</implementation>
<description>CachedKeyManager</description>
<requirements>
<requirement>
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml
index aa9e46143..fac9a773f 100755
--- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml
+++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/resources/spring-context.xml
@@ -117,14 +117,14 @@
</component>
-->
- <bean name="keyManager#cached" class="org.codehaus.plexus.redback.keys.cached.CachedKeyManager">
+ <bean name="keyManager#cached" class="org.apache.archiva.redback.keys.cached.CachedKeyManager">
<property name="keyImpl" ref="keyManager#memory"/>
</bean>
<!--
<component>
<role>org.apache.archiva.redback.keys.KeyManager</role>
<role-hint>cached</role-hint>
- <implementation>org.codehaus.plexus.redback.keys.cached.CachedKeyManager</implementation>
+ <implementation>org.apache.archiva.redback.keys.cached.CachedKeyManager</implementation>
<description>CachedKeyManager</description>
<requirements>
<requirement>