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:
Olivier Lamy 2012-07-05 20:56:07 +00:00
parent 20d2ba964e
commit 94d4a270f9
18 changed files with 9 additions and 18 deletions

View File

@ -55,7 +55,7 @@ import java.util.List;
/** /**
* Take an artifact off of disk and put it into the metadata repository. * 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" ) @Service( "knownRepositoryContentConsumer#create-archiva-metadata" )
@Scope( "prototype" ) @Scope( "prototype" )

View File

@ -25,7 +25,6 @@ import java.util.List;
/** /**
* SearchResultHit * SearchResultHit
* *
* @version $Id: SearchResultHit.java 740552 2009-02-04 01:09:17Z oching $
*/ */
public class SearchResultHit public class SearchResultHit
{ {

View File

@ -23,7 +23,6 @@ package org.apache.archiva.indexer.search;
* SearchResultLimits - used to provide the search some limits on how the results are returned. * SearchResultLimits - used to provide the search some limits on how the results are returned.
* This can provide paging for the * This can provide paging for the
* *
* @version $Id: SearchResultLimits.java 718864 2008-11-19 06:33:35Z brett $
*/ */
public class SearchResultLimits public class SearchResultLimits
{ {

View File

@ -28,7 +28,6 @@ import java.util.Map;
/** /**
* SearchResults * SearchResults
* *
* @version $Id: SearchResults.java 742859 2009-02-10 05:35:05Z jdumay $
*/ */
public class SearchResults public class SearchResults
{ {

View File

@ -59,7 +59,7 @@ import static org.junit.Assert.*;
/** /**
* Integration test for connecting over a HTTP proxy. * Integration test for connecting over a HTTP proxy.
* *
* @version $Id: ManagedDefaultTransferTest.java 677852 2008-07-18 08:16:24Z brett $ *
*/ */
@RunWith( ArchivaSpringJUnit4ClassRunner.class ) @RunWith( ArchivaSpringJUnit4ClassRunner.class )
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } ) @ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath:/spring-context.xml" } )

View File

@ -22,7 +22,6 @@ package org.apache.archiva.repository.scanner;
/** /**
* RepositoryException * RepositoryException
* *
* @version $Id: RepositoryException.java 718864 2008-11-19 06:33:35Z brett $
*/ */
public class RepositoryScannerException public class RepositoryScannerException
extends Exception extends Exception

View File

@ -27,7 +27,7 @@ import java.io.File;
* DataRefreshTask - task for discovering changes in the repository * DataRefreshTask - task for discovering changes in the repository
* and updating all associated data. * and updating all associated data.
* *
* @version $Id: DataRefreshTask.java 525176 2007-04-03 15:21:33Z joakime $ *
*/ */
public class RepositoryTask public class RepositoryTask
implements Task implements Task

View File

@ -47,7 +47,6 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
/** /**
* AbstractSecurityTest * AbstractSecurityTest
* *
* @version $Id: AbstractSecurityTest
*/ */
@RunWith( ArchivaSpringJUnit4ClassRunner.class ) @RunWith( ArchivaSpringJUnit4ClassRunner.class )
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } ) @ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )

View File

@ -31,7 +31,7 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
/** /**
* RoleProfilesTest * RoleProfilesTest
* *
* @version $Id: RoleManagerTest.java 4330 2007-05-10 17:28:56Z jmcconnell $ *
*/ */
@RunWith( ArchivaSpringJUnit4ClassRunner.class ) @RunWith( ArchivaSpringJUnit4ClassRunner.class )
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } ) @ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )

View File

@ -38,7 +38,7 @@ import java.util.Properties;
/** /**
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a> * @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 public abstract class AbstractSeleniumTest

View File

@ -36,7 +36,7 @@ import java.util.Properties;
/** /**
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a> * @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 public abstract class AbstractSeleniumTest

View File

@ -32,7 +32,7 @@ import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
/** /**
* @version $Id: ConfigurationAction.java 480950 2006-11-30 14:58:35Z evenisse $ *
*/ */
@Controller( "editOrganisationInfo" ) @Controller( "editOrganisationInfo" )
@Scope( "prototype" ) @Scope( "prototype" )

View File

@ -41,7 +41,7 @@ import java.util.StringTokenizer;
/** /**
* MimeTypes * MimeTypes
* *
* @version $Id: MimeTypes.java 7010 2007-10-25 23:35:02Z joakime $ *
*/ */
@Service( "mimeTpes" ) @Service( "mimeTpes" )
public class MimeTypes public class MimeTypes

View File

@ -30,7 +30,6 @@ import java.util.Locale;
/** /**
* WebdavMethodUtil * WebdavMethodUtil
* *
* @version $Id: WebdavMethodUtil.java 5412 2007-01-13 01:18:47Z joakime $
*/ */
public class WebdavMethodUtil public class WebdavMethodUtil
{ {

View File

@ -32,7 +32,6 @@ import org.junit.Test;
/** /**
* RepositoryServlet Tests, Proxied, Get of resources that are not artifacts or metadata, with varying policy settings. * 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 public class RepositoryServletProxiedPassthroughTest
extends AbstractRepositoryServletProxiedTestCase extends AbstractRepositoryServletProxiedTestCase

View File

@ -30,7 +30,6 @@ import org.junit.Test;
/** /**
* RepositoryServlet Tests, Proxied, Get of Release Artifacts, with varying policy settings. * 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 public class RepositoryServletProxiedRelocatedTest
extends AbstractRepositoryServletProxiedTestCase extends AbstractRepositoryServletProxiedTestCase

View File

@ -32,7 +32,6 @@ import javax.inject.Inject;
/** /**
* UnauthenticatedDavResourceFactory * UnauthenticatedDavResourceFactory
* *
* @version $Id:
*/ */
@Service("archivaDavResourceFactory#unauthenticated") @Service("archivaDavResourceFactory#unauthenticated")
public class UnauthenticatedDavResourceFactory public class UnauthenticatedDavResourceFactory

View File

@ -30,7 +30,7 @@ import org.apache.archiva.test.utils.ArchivaSpringJUnit4ClassRunner;
/** /**
* MimeTypesTest * MimeTypesTest
* *
* @version $Id: MimeTypesTest.java 6556 2007-06-20 20:44:46Z joakime $ *
*/ */
@RunWith( ArchivaSpringJUnit4ClassRunner.class ) @RunWith( ArchivaSpringJUnit4ClassRunner.class )
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } ) @ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )