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

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.authentication.memory; package org.apache.archiva.redback.authentication.memory;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

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

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.authentication.memory; package org.apache.archiva.redback.authentication.memory;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -26,7 +26,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd"> 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="login" value="jason"/>
<property name="password" value="kungfu"/> <property name="password" value="kungfu"/>
</bean> </bean>