[MRM-1003] get RID of org.apache.maven package : artifact-converter module : test packages too

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1170639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-14 14:25:24 +00:00
parent 1904684d12
commit 039b587b7e
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.converter;
package org.apache.archiva.converter;
/*
* Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.apache.maven.archiva.converter.mock;
package org.apache.archiva.converter.mock;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@ -30,7 +30,8 @@ import java.util.List;
/**
* @author Olivier Lamy
*/
public class MockArchivaAdministration implements ArchivaAdministration
public class MockArchivaAdministration
implements ArchivaAdministration
{
public List<LegacyArtifactPath> getLegacyArtifactPaths()
throws RepositoryAdminException