package move to o.a.a.r module redback-authentication-memory

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-07 20:36:44 +00:00
parent 6d26b962c0
commit d4a68cb261
4 changed files with 4 additions and 4 deletions

View File

@ -29,6 +29,6 @@
<context:annotation-config />
<context:component-scan
base-package="org.codehaus.plexus.redback.authentication.memory"/>
base-package="org.apache.archiva.redback.authentication.memory"/>
</beans>

View File

@ -26,7 +26,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<bean name="memory" class="org.codehaus.plexus.redback.authentication.memory.MemoryAuthenticator">
<bean name="memory" class="org.apache.archiva.redback.authentication.memory.MemoryAuthenticator">
<property name="login" value="jason"/>
<property name="password" value="kungfu"/>
</bean>