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:
parent
6d26b962c0
commit
d4a68cb261
|
@ -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
|
|
@ -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>
|
|
@ -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
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue