Index: test/java/org/apache/ivy/plugins/conflict/RegexpConflictManagerTest.java =================================================================== --- test/java/org/apache/ivy/plugins/conflict/RegexpConflictManagerTest.java (revision 537910) +++ test/java/org/apache/ivy/plugins/conflict/RegexpConflictManagerTest.java (working copy) @@ -17,10 +17,6 @@ */ package org.apache.ivy.plugins.conflict; -/** - * @author Anders janmyr - */ - import java.io.File; import junit.framework.TestCase; Index: test/java/org/apache/ivy/core/resolve/ResolveTest.java =================================================================== --- test/java/org/apache/ivy/core/resolve/ResolveTest.java (revision 537910) +++ test/java/org/apache/ivy/core/resolve/ResolveTest.java (working copy) @@ -60,7 +60,6 @@ /** - * @author Xavier Hanin * */ public class ResolveTest extends TestCase { Index: test/java/org/apache/ivy/core/sort/SortTest.java =================================================================== --- test/java/org/apache/ivy/core/sort/SortTest.java (revision 537910) +++ test/java/org/apache/ivy/core/sort/SortTest.java (working copy) @@ -30,8 +30,6 @@ import org.apache.ivy.core.module.id.ModuleRevisionId; /** - * @author Xavier Hanin - * @author baumkar */ public class SortTest extends TestCase { Index: test/java/org/apache/ivy/util/url/ApacheURLListerTest.java =================================================================== --- test/java/org/apache/ivy/util/url/ApacheURLListerTest.java (revision 537910) +++ test/java/org/apache/ivy/util/url/ApacheURLListerTest.java (working copy) @@ -27,8 +27,6 @@ /** * Tests {@link ApacheURLLister}. * - * @author Xavier Hanin - * @author John M. Shields */ public class ApacheURLListerTest extends TestCase { Index: test/java/org/apache/ivy/util/ConfiguratorTest.java =================================================================== --- test/java/org/apache/ivy/util/ConfiguratorTest.java (revision 537910) +++ test/java/org/apache/ivy/util/ConfiguratorTest.java (working copy) @@ -23,7 +23,6 @@ import junit.framework.TestCase; /** - * @author x.hanin * */ public class ConfiguratorTest extends TestCase { Index: test/custom-classpath/org/apache/ivy/plugins/resolver/CustomResolver.java =================================================================== --- test/custom-classpath/org/apache/ivy/plugins/resolver/CustomResolver.java (revision 537910) +++ test/custom-classpath/org/apache/ivy/plugins/resolver/CustomResolver.java (working copy) @@ -21,7 +21,6 @@ * This custom resolver is only used to test custom classpath, and has absolutely * no interest in itself * - * @author Xavier Hanin * */ public class CustomResolver extends IBiblioResolver { Index: src/java/org/apache/ivy/plugins/repository/ssh/Scp.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/ssh/Scp.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/ssh/Scp.java (working copy) @@ -39,8 +39,6 @@ * class rather than to inherit or delegate it somehow. Nevertheless credit * should go to the original author. * - * @author Andreas Sahlbach - * @author Christian Plattner, plattner@inf.ethz.ch */ public class Scp { Index: src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileSystem.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileSystem.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileSystem.java (working copy) @@ -26,7 +26,6 @@ /** * This class extends from WebDavFileSystem because it doesn't provide an accessible constructor. * - * @author Maarten Coene */ class IvyWebdavFileSystem extends WebDavFileSystem { Index: src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java (working copy) @@ -35,10 +35,6 @@ /** * VFS implementation of the Resource interface * - * @author glen - * @author Matt Inger - * @author Stephen Nesbitt - * */ public class VfsResource implements Resource { private String _vfsURI; Index: src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavClientFactory.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavClientFactory.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavClientFactory.java (working copy) @@ -35,9 +35,6 @@ * * Create a HttpClient instance * - * @author Mario Ivankovits - * @author Maarten Coene - * @version $Revision: 330479 $ $Date: 2005-11-03 07:19:24 +0100 (Do, 03 Nov 2005) $ */ class IvyWebdavClientFactory { Index: src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavConnectionManager.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavConnectionManager.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavConnectionManager.java (working copy) @@ -36,13 +36,6 @@ *
* imario@apache.org: Keep connection in ThreadLocal. * - * @author Mario Ivankovits - * @author Michael Becke - * @author Eric Johnson - * @author Mike Bowler - * @author Oleg Kalnichevski - * @author Laura Werner - * @author Maarten Coene */ class IvyWebdavConnectionManager implements HttpConnectionManager { Index: src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileProvider.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileProvider.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/IvyWebdavFileProvider.java (working copy) @@ -31,9 +31,6 @@ * * A provider for WebDAV. * - * @author Adam Murdoch - * @author Maarten Coene - * @version $Revision: 417178 $ $Date: 2006-06-26 05:31:41 -0700 (Mon, 26 Jun 2006) $ */ public class IvyWebdavFileProvider extends WebdavFileProvider { Index: src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java (working copy) @@ -44,10 +44,6 @@ /** * Implementation of a VFS repository * - * @author glen - * @author Matt Inger - * @author Stephen Nesbitt - * */ public class VfsRepository extends AbstractRepository { /** Index: src/java/org/apache/ivy/plugins/repository/vsftp/VsftpRepository.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/vsftp/VsftpRepository.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/vsftp/VsftpRepository.java (working copy) @@ -52,7 +52,6 @@ * * Tested with SecureCRT 5.0.5 * - * @author Xavier Hanin * */ public class VsftpRepository extends AbstractRepository { Index: src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java =================================================================== --- src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java (revision 537980) +++ src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java (working copy) @@ -48,7 +48,6 @@ * * It relies on jsch for sftp handling, and thus is compatible with sftp version 0, 1, 2 and 3 * - * @author Xavier Hanin * */ public class SFTPRepository extends AbstractSshBasedRepository { Index: src/java/org/apache/ivy/plugins/conflict/RegexpConflictManager.java =================================================================== --- src/java/org/apache/ivy/plugins/conflict/RegexpConflictManager.java (revision 537980) +++ src/java/org/apache/ivy/plugins/conflict/RegexpConflictManager.java (working copy) @@ -46,8 +46,7 @@ * false non matching modules will result in an exception. If it is true they * will be compaired by their full revision. * - * @author Anders janmyr - * + * */ public class RegexpConflictManager extends AbstractConflictManager { private Pattern pattern = Pattern.compile("(.*)"); Index: src/java/org/apache/ivy/plugins/resolver/DependencyResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/DependencyResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/DependencyResolver.java (working copy) @@ -34,7 +34,6 @@ /** - * @author x.hanin * */ public interface DependencyResolver { Index: src/java/org/apache/ivy/plugins/resolver/RepositoryResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/RepositoryResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/RepositoryResolver.java (working copy) @@ -51,7 +51,6 @@ /** - * @author Xavier Hanin * */ public class RepositoryResolver extends AbstractResourceResolver { Index: src/java/org/apache/ivy/plugins/resolver/BasicResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/BasicResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/BasicResolver.java (working copy) @@ -76,7 +76,6 @@ /** - * @author Xavier Hanin * */ public abstract class BasicResolver extends AbstractResolver { Index: src/java/org/apache/ivy/plugins/resolver/ChainResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/ChainResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/ChainResolver.java (working copy) @@ -42,7 +42,6 @@ /** - * @author Hanin * */ public class ChainResolver extends AbstractResolver { Index: src/java/org/apache/ivy/plugins/resolver/FileSystemResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/FileSystemResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/FileSystemResolver.java (working copy) @@ -20,7 +20,6 @@ import org.apache.ivy.plugins.repository.file.FileRepository; /** - * @author Xavier Hanin */ public class FileSystemResolver extends RepositoryResolver { public FileSystemResolver() { Index: src/java/org/apache/ivy/plugins/resolver/VfsResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/VfsResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/VfsResolver.java (working copy) @@ -24,7 +24,6 @@ import org.apache.ivy.plugins.repository.vfs.VfsRepository; /** - * @author S. Nesbitt * */ public class VfsResolver extends RepositoryResolver { Index: src/java/org/apache/ivy/plugins/resolver/AbstractResourceResolver.java =================================================================== --- src/java/org/apache/ivy/plugins/resolver/AbstractResourceResolver.java (revision 537980) +++ src/java/org/apache/ivy/plugins/resolver/AbstractResourceResolver.java (working copy) @@ -45,7 +45,6 @@ /** - * @author Xavier Hanin * */ public abstract class AbstractResourceResolver extends BasicResolver { Index: src/java/org/apache/ivy/plugins/trigger/AbstractTrigger.java =================================================================== --- src/java/org/apache/ivy/plugins/trigger/AbstractTrigger.java (revision 537980) +++ src/java/org/apache/ivy/plugins/trigger/AbstractTrigger.java (working copy) @@ -34,7 +34,6 @@ * * * @since 1.4 - * @author Xavier Hanin * */ public abstract class AbstractTrigger implements Trigger { Index: src/java/org/apache/ivy/plugins/circular/CircularDependencyException.java =================================================================== --- src/java/org/apache/ivy/plugins/circular/CircularDependencyException.java (revision 537980) +++ src/java/org/apache/ivy/plugins/circular/CircularDependencyException.java (working copy) @@ -22,7 +22,6 @@ /** * Unchecked exception thrown when a circular dependency exists between projects. - * @author baumkar * */ Index: src/java/org/apache/ivy/plugins/version/VersionRangeMatcher.java =================================================================== --- src/java/org/apache/ivy/plugins/version/VersionRangeMatcher.java (revision 537980) +++ src/java/org/apache/ivy/plugins/version/VersionRangeMatcher.java (working copy) @@ -45,7 +45,6 @@ * Note that it can't work with latest time strategy, cause no time is known for the limits of the range. * Therefore only purely revision based LatestStrategy can be used. * - * @author xavier hanin * */ public class VersionRangeMatcher extends AbstractVersionMatcher { Index: src/java/org/apache/ivy/plugins/version/PatternVersionMatcher.java =================================================================== --- src/java/org/apache/ivy/plugins/version/PatternVersionMatcher.java (revision 537980) +++ src/java/org/apache/ivy/plugins/version/PatternVersionMatcher.java (working copy) @@ -29,7 +29,6 @@ /** * - * @author Maarten Coene */ public class PatternVersionMatcher extends AbstractVersionMatcher { Index: src/java/org/apache/ivy/plugins/version/VersionMatcher.java =================================================================== --- src/java/org/apache/ivy/plugins/version/VersionMatcher.java (revision 537980) +++ src/java/org/apache/ivy/plugins/version/VersionMatcher.java (working copy) @@ -38,7 +38,6 @@ * Therefore if a version matcher uses only module descriptors to accept a revision or not it should always return true * to needModuleDescriptor(ModuleRevisionId askedMrid, ModuleRevisionId foundMrid) and accept(ModuleRevisionId askedMrid, ModuleRevisionId foundMrid). * - * @author Xavier Hanin */ public interface VersionMatcher { /** Index: src/java/org/apache/ivy/plugins/version/Match.java =================================================================== --- src/java/org/apache/ivy/plugins/version/Match.java (revision 537980) +++ src/java/org/apache/ivy/plugins/version/Match.java (working copy) @@ -33,7 +33,6 @@ /** * - * @author Maarten Coene */ public class Match { private String _revision; Index: src/java/org/apache/ivy/plugins/report/ReportOutputter.java =================================================================== --- src/java/org/apache/ivy/plugins/report/ReportOutputter.java (revision 537980) +++ src/java/org/apache/ivy/plugins/report/ReportOutputter.java (working copy) @@ -22,7 +22,6 @@ import org.apache.ivy.core.report.ResolveReport; /** - * @author x.hanin * */ public interface ReportOutputter { Index: src/java/org/apache/ivy/plugins/report/XmlReportOutputter.java =================================================================== --- src/java/org/apache/ivy/plugins/report/XmlReportOutputter.java (revision 537980) +++ src/java/org/apache/ivy/plugins/report/XmlReportOutputter.java (working copy) @@ -49,7 +49,6 @@ /** - * @author Xavier Hanin * */ public class XmlReportOutputter implements ReportOutputter { Index: src/java/org/apache/ivy/plugins/report/LogReportOutputter.java =================================================================== --- src/java/org/apache/ivy/plugins/report/LogReportOutputter.java (revision 537980) +++ src/java/org/apache/ivy/plugins/report/LogReportOutputter.java (working copy) @@ -35,7 +35,6 @@ /** - * @author Xavier Hanin * */ public class LogReportOutputter implements ReportOutputter { Index: src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java =================================================================== --- src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java (revision 537980) +++ src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java (working copy) @@ -69,7 +69,6 @@ * only the SAX API, which makes the parsing code harder * to understand. * - * @author x.hanin * */ public class XmlModuleDescriptorParser extends AbstractModuleDescriptorParser { Index: src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java =================================================================== --- src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java (revision 537980) +++ src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java (working copy) @@ -38,7 +38,6 @@ /** - * @author Xavier Hanin * */ public class XmlModuleDescriptorWriter { Index: src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java =================================================================== --- src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java (revision 537980) +++ src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java (working copy) @@ -59,7 +59,6 @@ * Used to update ivy files. Uses ivy file as source and not ModuleDescriptor to preserve * as much as possible the original syntax * - * @author Hanin * */ public class XmlModuleDescriptorUpdater { Index: src/java/org/apache/ivy/ant/IvyBuildNumber.java =================================================================== --- src/java/org/apache/ivy/ant/IvyBuildNumber.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyBuildNumber.java (working copy) @@ -29,7 +29,6 @@ * Look for the latest module in the repository matching the given criteria, * and sets a set of properties according to what was found. * - * @author Xavier Hanin */ public class IvyBuildNumber extends IvyTask { private String _organisation; Index: src/java/org/apache/ivy/ant/IvyPostResolveTask.java =================================================================== --- src/java/org/apache/ivy/ant/IvyPostResolveTask.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyPostResolveTask.java (working copy) @@ -38,7 +38,6 @@ * Base class for tasks needing to be performed after a resolve. * * - * @author Xavier Hanin * */ public abstract class IvyPostResolveTask extends IvyTask { Index: src/java/org/apache/ivy/ant/AntCallTrigger.java =================================================================== --- src/java/org/apache/ivy/ant/AntCallTrigger.java (revision 537980) +++ src/java/org/apache/ivy/ant/AntCallTrigger.java (working copy) @@ -47,7 +47,6 @@ * * @see AntBuildTrigger * @since 1.4 - * @author Xavier Hanin * */ public class AntCallTrigger extends AbstractTrigger implements Trigger { Index: src/java/org/apache/ivy/ant/IvyReport.java =================================================================== --- src/java/org/apache/ivy/ant/IvyReport.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyReport.java (working copy) @@ -42,7 +42,6 @@ /** * This ant task let users generates reports (html, xml, graphml, ...) from the last resolve done. * - * @author Xavier Hanin */ public class IvyReport extends IvyTask { private File _todir; Index: src/java/org/apache/ivy/ant/IvyRepositoryReport.java =================================================================== --- src/java/org/apache/ivy/ant/IvyRepositoryReport.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyRepositoryReport.java (working copy) @@ -43,7 +43,6 @@ * * The set of modules is specified using organisation/module and matcher. * - * @author Xavier Hanin * */ public class IvyRepositoryReport extends IvyTask { Index: src/java/org/apache/ivy/ant/IvyCheck.java =================================================================== --- src/java/org/apache/ivy/ant/IvyCheck.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyCheck.java (working copy) @@ -36,7 +36,6 @@ * Note that the check is not performed recursively, i.e. if a dependency has itself dependencies * badly described or not available, this check will not discover it. * - * @author Xavier Hanin */ public class IvyCheck extends IvyTask { private File _file = null; Index: src/java/org/apache/ivy/ant/IvyCacheFileset.java =================================================================== --- src/java/org/apache/ivy/ant/IvyCacheFileset.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyCacheFileset.java (working copy) @@ -32,7 +32,6 @@ * Creates an ant fileset consisting in all artifacts found during a resolve. * Note that this task is not compatible with the useOrigin mode. * - * @author Xavier Hanin */ public class IvyCacheFileset extends IvyCacheTask { private String _setid; Index: src/java/org/apache/ivy/ant/IvyResolve.java =================================================================== --- src/java/org/apache/ivy/ant/IvyResolve.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyResolve.java (working copy) @@ -37,7 +37,6 @@ /** * This task allow to call the Ivy dependency resolution from ant. * - * @author Xavier Hanin * */ public class IvyResolve extends IvyTask { Index: src/java/org/apache/ivy/ant/PackageMapping.java =================================================================== --- src/java/org/apache/ivy/ant/PackageMapping.java (revision 537980) +++ src/java/org/apache/ivy/ant/PackageMapping.java (working copy) @@ -23,7 +23,6 @@ /** * Describes a mapping between a package name and an org name revision uple * - * @author Xavier Hanin * */ public class PackageMapping { Index: src/java/org/apache/ivy/ant/IvyCachePath.java =================================================================== --- src/java/org/apache/ivy/ant/IvyCachePath.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyCachePath.java (working copy) @@ -29,7 +29,6 @@ /** * Creates an ant path consisting in all artifacts found during a resolve. * - * @author Xavier Hanin */ public class IvyCachePath extends IvyCacheTask { private String _pathid; Index: src/java/org/apache/ivy/ant/IvyConfigure.java =================================================================== --- src/java/org/apache/ivy/ant/IvyConfigure.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyConfigure.java (working copy) @@ -38,7 +38,6 @@ /** * Configure Ivy with an ivysettings.xml file * - * @author Xavier Hanin * */ public class IvyConfigure extends IvyTask { Index: src/java/org/apache/ivy/ant/AntMessageImpl.java =================================================================== --- src/java/org/apache/ivy/ant/AntMessageImpl.java (revision 537980) +++ src/java/org/apache/ivy/ant/AntMessageImpl.java (working copy) @@ -27,7 +27,6 @@ /** * Implementation of the simple message facility for ant. * - * @author Xavier Hanin */ public class AntMessageImpl implements MessageImpl { private Task _task; Index: src/java/org/apache/ivy/ant/IvyRetrieve.java =================================================================== --- src/java/org/apache/ivy/ant/IvyRetrieve.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyRetrieve.java (working copy) @@ -26,7 +26,6 @@ /** * This task allow to retrieve dependencies from the cache to a local directory like a lib dir. * - * @author Xavier Hanin * */ public class IvyRetrieve extends IvyPostResolveTask { Index: src/java/org/apache/ivy/ant/IvyCacheTask.java =================================================================== --- src/java/org/apache/ivy/ant/IvyCacheTask.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyCacheTask.java (working copy) @@ -44,7 +44,6 @@ * * Most of the behviour is common to the two, since only the produced element differs. * - * @author Xavier Hanin */ public abstract class IvyCacheTask extends IvyPostResolveTask { Index: src/java/org/apache/ivy/ant/IvyVar.java =================================================================== --- src/java/org/apache/ivy/ant/IvyVar.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyVar.java (working copy) @@ -32,7 +32,6 @@ /** * This task let user set ivy variables from ant. * - * @author Xavier Hanin */ public class IvyVar extends IvyTask { private String _name; Index: src/java/org/apache/ivy/ant/IvyDeliver.java =================================================================== --- src/java/org/apache/ivy/ant/IvyDeliver.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyDeliver.java (working copy) @@ -43,8 +43,7 @@ * Trigger the delivery of a module, which may consist in a recursive delivery of dependencies * and on the replacement in the ivy file of dynamic revisions (like latest.integration) by static ones. * - * @author Xavier Hanin - * + * */ public class IvyDeliver extends IvyTask { private final class DeliverDRResolver extends DefaultPublishingDRResolver { Index: src/java/org/apache/ivy/ant/IvyBuildList.java =================================================================== --- src/java/org/apache/ivy/ant/IvyBuildList.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyBuildList.java (working copy) @@ -48,7 +48,6 @@ /** * Creates an ant filelist of files (usually build.xml) ordered according to the dependencies declared in ivy files. * - * @author Xavier Hanin */ public class IvyBuildList extends IvyTask { private List _buildFiles = new ArrayList(); // List (FileSet) Index: src/java/org/apache/ivy/ant/IvyInfo.java =================================================================== --- src/java/org/apache/ivy/ant/IvyInfo.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyInfo.java (working copy) @@ -36,7 +36,6 @@ /** * Parses information about an ivy file and make them available in ant. * - * @author Xavier Hanin * */ public class IvyInfo extends IvyTask { Index: src/java/org/apache/ivy/ant/IvyConvertPom.java =================================================================== --- src/java/org/apache/ivy/ant/IvyConvertPom.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyConvertPom.java (working copy) @@ -32,7 +32,6 @@ /** * Convert a pom to an ivy file * - * @author Xavier Hanin * */ public class IvyConvertPom extends IvyTask { Index: src/java/org/apache/ivy/ant/AntBuildTrigger.java =================================================================== --- src/java/org/apache/ivy/ant/AntBuildTrigger.java (revision 537980) +++ src/java/org/apache/ivy/ant/AntBuildTrigger.java (working copy) @@ -47,7 +47,6 @@ * * @see AntCallTrigger * @since 1.4 - * @author Xavier Hanin * */ public class AntBuildTrigger extends AbstractTrigger implements Trigger { Index: src/java/org/apache/ivy/ant/IvyFindRevision.java =================================================================== --- src/java/org/apache/ivy/ant/IvyFindRevision.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyFindRevision.java (working copy) @@ -29,7 +29,6 @@ * Look for the latest module in the repository matching the given criteria, * and sets a set of properties according to what was found. * - * @author Xavier Hanin */ public class IvyFindRevision extends IvyTask { private String _organisation; Index: src/java/org/apache/ivy/ant/AddPathTask.java =================================================================== --- src/java/org/apache/ivy/ant/AddPathTask.java (revision 537980) +++ src/java/org/apache/ivy/ant/AddPathTask.java (working copy) @@ -31,7 +31,6 @@ * * The idea is to be able to contribute new sub path elements to an existing path. * - * @author Xavier Hanin */ public class AddPathTask extends Task { private String _topath; Index: src/java/org/apache/ivy/ant/IvyArtifactProperty.java =================================================================== --- src/java/org/apache/ivy/ant/IvyArtifactProperty.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyArtifactProperty.java (working copy) @@ -30,7 +30,6 @@ /** * Set a set of ant properties according to the last artifact resolved * - * @author Xavier Hanin */ public class IvyArtifactProperty extends IvyPostResolveTask { private String _name; Index: src/java/org/apache/ivy/ant/IvyExtractFromSources.java =================================================================== --- src/java/org/apache/ivy/ant/IvyExtractFromSources.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyExtractFromSources.java (working copy) @@ -47,7 +47,6 @@ * Extracts imports from a set of java sources and generate corresponding * ivy file * - * @author Xavier Hanin * */ public class IvyExtractFromSources extends IvyTask { Index: src/java/org/apache/ivy/ant/IvyTask.java =================================================================== --- src/java/org/apache/ivy/ant/IvyTask.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyTask.java (working copy) @@ -37,7 +37,6 @@ /** * Base class for all ivy ant tasks, deal particularly with ivy instance storage in ant project. * - * @author Xavier Hanin * */ public abstract class IvyTask extends Task { Index: src/java/org/apache/ivy/ant/IvyListModules.java =================================================================== --- src/java/org/apache/ivy/ant/IvyListModules.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyListModules.java (working copy) @@ -29,7 +29,6 @@ * Look for modules in the repository matching the given criteria, and sets a set of properties * according to what was found. * - * @author Xavier Hanin */ public class IvyListModules extends IvyTask { private String _organisation; Index: src/java/org/apache/ivy/ant/IvyInstall.java =================================================================== --- src/java/org/apache/ivy/ant/IvyInstall.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyInstall.java (working copy) @@ -31,7 +31,6 @@ * Allow to install a module or a set of module from repository to another one. * * - * @author Xavier Hanin * */ public class IvyInstall extends IvyTask { Index: src/java/org/apache/ivy/ant/IvyPublish.java =================================================================== --- src/java/org/apache/ivy/ant/IvyPublish.java (revision 537980) +++ src/java/org/apache/ivy/ant/IvyPublish.java (working copy) @@ -42,7 +42,6 @@ /** * This task allow to publish a module revision to an Ivy repository. * - * @author Xavier Hanin * */ public class IvyPublish extends IvyTask { Index: src/java/org/apache/ivy/Ivy.java =================================================================== --- src/java/org/apache/ivy/Ivy.java (revision 537980) +++ src/java/org/apache/ivy/Ivy.java (working copy) @@ -77,7 +77,6 @@ * ivy.configure(new URL("ivysettings.xml")); * ivy.resolve(new URL("ivy.xml")); * - * @author Xavier Hanin */ public class Ivy { public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyyMMddHHmmss"); Index: src/java/org/apache/ivy/core/resolve/VisitNode.java =================================================================== --- src/java/org/apache/ivy/core/resolve/VisitNode.java (revision 537980) +++ src/java/org/apache/ivy/core/resolve/VisitNode.java (working copy) @@ -51,7 +51,6 @@ *