repackaging to o.a.a.r

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-09 20:19:29 +00:00
parent d7b01dc6eb
commit ae109432f7
4 changed files with 4 additions and 5 deletions

View File

@ -21,8 +21,7 @@ package org.apache.archiva.redback.keys.cached;
import net.sf.ehcache.CacheManager;
import org.apache.archiva.redback.keys.KeyManager;
import org.apache.archiva.redback.keys.cached.CachedKeyManager;
import org.codehaus.plexus.redback.keys.KeyManagerTestCase;
import org.apache.archiva.redback.keys.KeyManagerTestCase;
import org.junit.Before;
import javax.inject.Inject;

View File

@ -21,7 +21,7 @@ package org.apache.archiva.redback.keys.jdo;
import org.apache.archiva.redback.keys.KeyManager;
import org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory;
import org.codehaus.plexus.redback.keys.KeyManagerTestCase;
import org.apache.archiva.redback.keys.KeyManagerTestCase;
import org.jpox.SchemaTool;
import org.junit.Before;

View File

@ -20,7 +20,7 @@ package org.apache.archiva.redback.keys.memory;
*/
import org.apache.archiva.redback.keys.KeyManager;
import org.codehaus.plexus.redback.keys.KeyManagerTestCase;
import org.apache.archiva.redback.keys.KeyManagerTestCase;
import org.junit.Before;
import javax.inject.Inject;

View File

@ -1,4 +1,4 @@
package org.codehaus.plexus.redback.keys;
package org.apache.archiva.redback.keys;
/*
* Copyright 2001-2006 The Apache Software Foundation.