瀏覽代碼

[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
tags/archiva-1.4-M1
Olivier Lamy 12 年之前
父節點
當前提交
039b587b7e

archiva-modules/archiva-base/archiva-converter/src/test/java/org/apache/maven/archiva/converter/RepositoryConverterTest.java → archiva-modules/archiva-base/archiva-converter/src/test/java/org/apache/archiva/converter/RepositoryConverterTest.java 查看文件

package org.apache.maven.archiva.converter;
package org.apache.archiva.converter;


/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

archiva-modules/archiva-base/archiva-converter/src/test/java/org/apache/maven/archiva/converter/mock/MockArchivaAdministration.java → archiva-modules/archiva-base/archiva-converter/src/test/java/org/apache/archiva/converter/mock/MockArchivaAdministration.java 查看文件

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

Loading…
取消
儲存