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:
Olivier Lamy 2012-04-07 18:03:25 +00:00
parent 55ec27b9ac
commit 49d699e0f9
7 changed files with 8 additions and 5 deletions

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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;