mirror of https://github.com/apache/archiva.git
remove more @version $Id:
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1357907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20d2ba964e
commit
94d4a270f9
|
@ -55,7 +55,7 @@ import java.util.List;
|
|||
/**
|
||||
* Take an artifact off of disk and put it into the metadata repository.
|
||||
*
|
||||
* @version $Id: ArtifactUpdateDatabaseConsumer.java 718864 2008-11-19 06:33:35Z brett $
|
||||
*
|
||||
*/
|
||||
@Service( "knownRepositoryContentConsumer#create-archiva-metadata" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -25,7 +25,6 @@ import java.util.List;
|
|||
/**
|
||||
* SearchResultHit
|
||||
*
|
||||
* @version $Id: SearchResultHit.java 740552 2009-02-04 01:09:17Z oching $
|
||||
*/
|
||||
public class SearchResultHit
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@ package org.apache.archiva.indexer.search;
|
|||
* SearchResultLimits - used to provide the search some limits on how the results are returned.
|
||||
* This can provide paging for the
|
||||
*
|
||||
* @version $Id: SearchResultLimits.java 718864 2008-11-19 06:33:35Z brett $
|
||||
*/
|
||||
public class SearchResultLimits
|
||||
{
|
||||
|
|
|
@ -28,7 +28,6 @@ import java.util.Map;
|
|||
/**
|
||||
* SearchResults
|
||||
*
|
||||
* @version $Id: SearchResults.java 742859 2009-02-10 05:35:05Z jdumay $
|
||||
*/
|
||||
public class SearchResults
|
||||
{
|
||||
|
|
|
@ -59,7 +59,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* Integration test for connecting over a HTTP proxy.
|
||||
*
|
||||
* @version $Id: ManagedDefaultTransferTest.java 677852 2008-07-18 08:16:24Z brett $
|
||||
*
|
||||
*/
|
||||
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
||||
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )
|
||||
|
|
|
@ -22,7 +22,6 @@ package org.apache.archiva.repository.scanner;
|
|||
/**
|
||||
* RepositoryException
|
||||
*
|
||||
* @version $Id: RepositoryException.java 718864 2008-11-19 06:33:35Z brett $
|
||||
*/
|
||||
public class RepositoryScannerException
|
||||
extends Exception
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
* DataRefreshTask - task for discovering changes in the repository
|
||||
* and updating all associated data.
|
||||
*
|
||||
* @version $Id: DataRefreshTask.java 525176 2007-04-03 15:21:33Z joakime $
|
||||
*
|
||||
*/
|
||||
public class RepositoryTask
|
||||
implements Task
|
||||
|
|
|
@ -47,7 +47,6 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
|
|||
/**
|
||||
* AbstractSecurityTest
|
||||
*
|
||||
* @version $Id: AbstractSecurityTest
|
||||
*/
|
||||
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
||||
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
|
|||
/**
|
||||
* RoleProfilesTest
|
||||
*
|
||||
* @version $Id: RoleManagerTest.java 4330 2007-05-10 17:28:56Z jmcconnell $
|
||||
*
|
||||
*/
|
||||
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
||||
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.Properties;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
|
||||
* @version $Id: AbstractSeleniumTestCase.java 761154 2009-04-02 03:31:19Z wsmoak $
|
||||
*
|
||||
*/
|
||||
|
||||
public abstract class AbstractSeleniumTest
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.util.Properties;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
|
||||
* @version $Id: AbstractSeleniumTestCase.java 761154 2009-04-02 03:31:19Z wsmoak $
|
||||
*
|
||||
*/
|
||||
|
||||
public abstract class AbstractSeleniumTest
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.springframework.context.annotation.Scope;
|
|||
import org.springframework.stereotype.Controller;
|
||||
|
||||
/**
|
||||
* @version $Id: ConfigurationAction.java 480950 2006-11-30 14:58:35Z evenisse $
|
||||
*
|
||||
*/
|
||||
@Controller( "editOrganisationInfo" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -41,7 +41,7 @@ import java.util.StringTokenizer;
|
|||
/**
|
||||
* MimeTypes
|
||||
*
|
||||
* @version $Id: MimeTypes.java 7010 2007-10-25 23:35:02Z joakime $
|
||||
*
|
||||
*/
|
||||
@Service( "mimeTpes" )
|
||||
public class MimeTypes
|
||||
|
|
|
@ -30,7 +30,6 @@ import java.util.Locale;
|
|||
/**
|
||||
* WebdavMethodUtil
|
||||
*
|
||||
* @version $Id: WebdavMethodUtil.java 5412 2007-01-13 01:18:47Z joakime $
|
||||
*/
|
||||
public class WebdavMethodUtil
|
||||
{
|
||||
|
|
|
@ -32,7 +32,6 @@ import org.junit.Test;
|
|||
/**
|
||||
* RepositoryServlet Tests, Proxied, Get of resources that are not artifacts or metadata, with varying policy settings.
|
||||
*
|
||||
* @version $Id: RepositoryServletProxiedReleasePolicyTest.java 661174 2008-05-29 01:49:41Z jdumay $
|
||||
*/
|
||||
public class RepositoryServletProxiedPassthroughTest
|
||||
extends AbstractRepositoryServletProxiedTestCase
|
||||
|
|
|
@ -30,7 +30,6 @@ import org.junit.Test;
|
|||
/**
|
||||
* RepositoryServlet Tests, Proxied, Get of Release Artifacts, with varying policy settings.
|
||||
*
|
||||
* @version $Id: RepositoryServletProxiedReleasePolicyTest.java 590908 2007-11-01 06:21:26Z joakime $
|
||||
*/
|
||||
public class RepositoryServletProxiedRelocatedTest
|
||||
extends AbstractRepositoryServletProxiedTestCase
|
||||
|
|
|
@ -32,7 +32,6 @@ import javax.inject.Inject;
|
|||
/**
|
||||
* UnauthenticatedDavResourceFactory
|
||||
*
|
||||
* @version $Id:
|
||||
*/
|
||||
@Service("archivaDavResourceFactory#unauthenticated")
|
||||
public class UnauthenticatedDavResourceFactory
|
||||
|
|
|
@ -30,7 +30,7 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
|
|||
/**
|
||||
* MimeTypesTest
|
||||
*
|
||||
* @version $Id: MimeTypesTest.java 6556 2007-06-20 20:44:46Z joakime $
|
||||
*
|
||||
*/
|
||||
@RunWith( ArchivaSpringJUnit4ClassRunner.class )
|
||||
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )
|
||||
|
|
Loading…
Reference in New Issue