package move to o.a.a.r module redback-users-jdo
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55ec27b9ac
commit
49d699e0f9
|
@ -1,4 +1,4 @@
|
||||||
package org.codehaus.plexus.redback.users.jdo;
|
package org.apache.archiva.redback.users.jdo;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
@ -30,6 +30,8 @@ import org.codehaus.plexus.jdo.PlexusStoreException;
|
||||||
import org.codehaus.plexus.redback.policy.UserSecurityPolicy;
|
import org.codehaus.plexus.redback.policy.UserSecurityPolicy;
|
||||||
import org.apache.archiva.redback.users.PermanentUserException;
|
import org.apache.archiva.redback.users.PermanentUserException;
|
||||||
import org.apache.archiva.redback.users.UserQuery;
|
import org.apache.archiva.redback.users.UserQuery;
|
||||||
|
import org.codehaus.plexus.redback.users.jdo.JdoUser;
|
||||||
|
import org.codehaus.plexus.redback.users.jdo.UsersManagementModelloMetadata;
|
||||||
import org.codehaus.plexus.util.StringUtils;
|
import org.codehaus.plexus.util.StringUtils;
|
||||||
import org.jpox.JDOClassLoaderResolver;
|
import org.jpox.JDOClassLoaderResolver;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.codehaus.plexus.redback.users.jdo;
|
package org.apache.archiva.redback.users.jdo;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
||||||
package org.codehaus.plexus.redback.users.jdo;
|
package org.apache.archiva.redback.users.jdo;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -28,6 +28,6 @@
|
||||||
default-lazy-init="true">
|
default-lazy-init="true">
|
||||||
|
|
||||||
<context:annotation-config />
|
<context:annotation-config />
|
||||||
<context:component-scan base-package="org.codehaus.plexus.redback.users.jdo"/>
|
<context:component-scan base-package="org.apache.archiva.redback.users.jdo"/>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
|
@ -1,4 +1,4 @@
|
||||||
package org.codehaus.plexus.redback.users.jdo;
|
package org.apache.archiva.redback.users.jdo;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
@ -19,6 +19,7 @@ package org.codehaus.plexus.redback.users.jdo;
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import org.apache.archiva.redback.users.jdo.JdoUserManager;
|
||||||
import org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory;
|
import org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory;
|
||||||
import org.codehaus.plexus.redback.common.jdo.test.StoreManagerDebug;
|
import org.codehaus.plexus.redback.common.jdo.test.StoreManagerDebug;
|
||||||
import org.codehaus.plexus.redback.users.provider.test.AbstractUserManagerTestCase;
|
import org.codehaus.plexus.redback.users.provider.test.AbstractUserManagerTestCase;
|
Loading…
Reference in New Issue