package move to o.a.a.r module redback-keys-jdo
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39d64883ce
commit
a46a29d714
|
@ -1,4 +1,4 @@
|
|||
package org.codehaus.plexus.redback.keys.jdo;
|
||||
package org.apache.archiva.redback.keys.jdo;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -27,6 +27,8 @@ import org.codehaus.plexus.jdo.PlexusStoreException;
|
|||
import org.apache.archiva.redback.keys.AbstractKeyManager;
|
||||
import org.apache.archiva.redback.keys.KeyManagerException;
|
||||
import org.apache.archiva.redback.keys.KeyNotFoundException;
|
||||
import org.codehaus.plexus.redback.keys.jdo.JdoAuthenticationKey;
|
||||
import org.codehaus.plexus.redback.keys.jdo.RedbackKeyManagementJdoModelloMetadata;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.jpox.PersistenceManagerFactoryImpl;
|
||||
import org.springframework.stereotype.Service;
|
|
@ -28,5 +28,5 @@
|
|||
default-lazy-init="true">
|
||||
|
||||
<context:annotation-config />
|
||||
<context:component-scan base-package="org.codehaus.plexus.redback.keys.jdo"/>
|
||||
<context:component-scan base-package="org.apache.archiva.redback.keys.jdo"/>
|
||||
</beans>
|
|
@ -1,4 +1,4 @@
|
|||
package org.codehaus.plexus.redback.keys.jdo;
|
||||
package org.apache.archiva.redback.keys.jdo;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -20,11 +20,8 @@
|
|||
-->
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
||||
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
|
||||
|
||||
<bean name="jdoFactory#users" class="org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory">
|
||||
<property name="driverName" value="org.hsqldb.jdbcDriver"/>
|
||||
|
|
Loading…
Reference in New Issue