Browse Source

Remove email address from sources

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274203 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
24436a1c92
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      proposal/embed/src/java/org/apache/tools/ant/RuntimeConfigurable2.java
  2. +1
    -1
      proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java
  3. +1
    -1
      proposal/embed/src/java/org/apache/tools/ant/taskdefs/Taskdef2.java
  4. +1
    -1
      proposal/sandbox/antlib/src/main/org/apache/tools/ant/IntrospectionHelper.java
  5. +1
    -1
      proposal/sandbox/antlib/src/main/org/apache/tools/ant/taskdefs/Antjar.java
  6. +1
    -1
      proposal/sandbox/selectors/src/main/org/apache/tools/ant/types/FileSet.java
  7. +1
    -1
      proposal/sandbox/selectors/src/main/org/apache/tools/ant/types/PatternSet.java
  8. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  9. +1
    -1
      src/main/org/apache/tools/ant/RuntimeConfigurable.java
  10. +1
    -1
      src/main/org/apache/tools/ant/UnknownElement.java
  11. +1
    -1
      src/main/org/apache/tools/ant/input/DefaultInputHandler.java
  12. +1
    -1
      src/main/org/apache/tools/ant/input/InputHandler.java
  13. +1
    -1
      src/main/org/apache/tools/ant/input/InputRequest.java
  14. +1
    -1
      src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
  15. +1
    -1
      src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
  16. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  17. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/CallTarget.java
  18. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Chmod.java
  19. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  20. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Copy.java
  21. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Definer.java
  22. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Ear.java
  23. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ExecTask.java
  24. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java
  25. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java
  26. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Expand.java
  27. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/GUnzip.java
  28. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Input.java
  29. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Java.java
  30. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Javac.java
  31. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  32. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Manifest.java
  33. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/ManifestTask.java
  34. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/MatchingTask.java
  35. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Patch.java
  36. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Rmic.java
  37. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Tar.java
  38. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Taskdef.java
  39. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Touch.java
  40. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Transform.java
  41. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Typedef.java
  42. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Untar.java
  43. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/UpToDate.java
  44. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/War.java
  45. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
  46. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Zip.java
  47. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java
  48. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java
  49. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java
  50. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  51. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java
  52. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/And.java
  53. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
  54. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
  55. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Contains.java
  56. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
  57. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java
  58. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
  59. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Not.java
  60. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Or.java
  61. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Os.java
  62. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java
  63. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/RenameExtensions.java
  64. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java
  65. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/BaseTest.java
  66. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.java
  67. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java
  68. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitResultFormatter.java
  69. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
  70. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.java
  71. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  72. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java
  73. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.java
  74. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java
  75. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java
  76. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java
  77. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.java
  78. +1
    -1
      src/main/org/apache/tools/ant/types/AbstractFileSet.java
  79. +1
    -1
      src/main/org/apache/tools/ant/types/Commandline.java
  80. +1
    -1
      src/main/org/apache/tools/ant/types/DataType.java
  81. +1
    -1
      src/main/org/apache/tools/ant/types/EnumeratedAttribute.java
  82. +1
    -1
      src/main/org/apache/tools/ant/types/Environment.java
  83. +1
    -1
      src/main/org/apache/tools/ant/types/FileSet.java
  84. +1
    -1
      src/main/org/apache/tools/ant/types/Mapper.java
  85. +1
    -1
      src/main/org/apache/tools/ant/types/Path.java
  86. +1
    -1
      src/main/org/apache/tools/ant/types/PatternSet.java
  87. +1
    -1
      src/main/org/apache/tools/ant/types/Reference.java
  88. +1
    -1
      src/main/org/apache/tools/ant/util/CollectionUtils.java
  89. +1
    -1
      src/main/org/apache/tools/ant/util/DOMElementWriter.java
  90. +1
    -1
      src/main/org/apache/tools/ant/util/DateUtils.java
  91. +1
    -1
      src/main/org/apache/tools/ant/util/FileNameMapper.java
  92. +1
    -1
      src/main/org/apache/tools/ant/util/FileUtils.java
  93. +1
    -1
      src/main/org/apache/tools/ant/util/FlatFileNameMapper.java
  94. +1
    -1
      src/main/org/apache/tools/ant/util/GlobPatternMapper.java
  95. +1
    -1
      src/main/org/apache/tools/ant/util/IdentityMapper.java
  96. +1
    -1
      src/main/org/apache/tools/ant/util/JAXPUtils.java
  97. +1
    -1
      src/main/org/apache/tools/ant/util/JavaEnvUtils.java
  98. +1
    -1
      src/main/org/apache/tools/ant/util/MergingMapper.java
  99. +1
    -1
      src/main/org/apache/tools/ant/util/RegexpPatternMapper.java
  100. +1
    -1
      src/main/org/apache/tools/ant/util/SourceFileScanner.java

+ 1
- 1
proposal/embed/src/java/org/apache/tools/ant/RuntimeConfigurable2.java View File

@@ -72,7 +72,7 @@ import org.xml.sax.helpers.AttributesImpl;
* This uses SAX2 and a more flexible substitution mechansim, based on * This uses SAX2 and a more flexible substitution mechansim, based on
* o.a.tomcat.util.IntrospectionUtil. * o.a.tomcat.util.IntrospectionUtil.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Costin Manolache * @author Costin Manolache
*/ */
public class RuntimeConfigurable2 extends RuntimeConfigurable { public class RuntimeConfigurable2 extends RuntimeConfigurable {


+ 1
- 1
proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java View File

@@ -66,7 +66,7 @@ import java.util.Vector;
* With PH2, all components will be wrapped. Long term we should consolidate * With PH2, all components will be wrapped. Long term we should consolidate
* UnkndownElement and RuntimeConfigurable. * UnkndownElement and RuntimeConfigurable.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Costin Manolache * @author Costin Manolache
* *
* @deprecated All tasks will be lazily created and configured before execution. * @deprecated All tasks will be lazily created and configured before execution.


+ 1
- 1
proposal/embed/src/java/org/apache/tools/ant/taskdefs/Taskdef2.java View File

@@ -67,7 +67,7 @@ import java.util.*;
* It will also have additional features ( META-INF/ant.properties ,etc ). * It will also have additional features ( META-INF/ant.properties ,etc ).
* *
* *
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Costin Manolache * @author Costin Manolache
* @since Ant 1.6 * @since Ant 1.6
* @ant.task category="internal" * @ant.task category="internal"


+ 1
- 1
proposal/sandbox/antlib/src/main/org/apache/tools/ant/IntrospectionHelper.java View File

@@ -70,7 +70,7 @@ import java.util.Locale;
* holds to set attributes, create nested elements or hold PCDATA * holds to set attributes, create nested elements or hold PCDATA
* elements. * elements.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class IntrospectionHelper implements BuildListener { public class IntrospectionHelper implements BuildListener {




+ 1
- 1
proposal/sandbox/antlib/src/main/org/apache/tools/ant/taskdefs/Antjar.java View File

@@ -69,7 +69,7 @@ import java.util.*;
* *
* @author doc and layout changes by steve loughran, steve_l@iseran.com * @author doc and layout changes by steve loughran, steve_l@iseran.com
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since ant1.5 * @since ant1.5
*/ */


+ 1
- 1
proposal/sandbox/selectors/src/main/org/apache/tools/ant/types/FileSet.java View File

@@ -71,7 +71,7 @@ import java.util.Vector;
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
*/ */
public class FileSet extends DataType implements Cloneable { public class FileSet extends DataType implements Cloneable {


+ 1
- 1
proposal/sandbox/selectors/src/main/org/apache/tools/ant/types/PatternSet.java View File

@@ -77,7 +77,7 @@ import java.util.Vector;
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
*/ */
public class PatternSet extends DataType { public class PatternSet extends DataType {


+ 1
- 1
src/main/org/apache/tools/ant/IntrospectionHelper.java View File

@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.Path;
* holds to set attributes, create nested elements or hold PCDATA * holds to set attributes, create nested elements or hold PCDATA
* elements. * elements.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class IntrospectionHelper implements BuildListener { public class IntrospectionHelper implements BuildListener {




+ 1
- 1
src/main/org/apache/tools/ant/RuntimeConfigurable.java View File

@@ -70,7 +70,7 @@ import org.xml.sax.helpers.AttributesImpl;
* any text within it. It then takes care of configuring that element at * any text within it. It then takes care of configuring that element at
* runtime. * runtime.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class RuntimeConfigurable implements Serializable { public class RuntimeConfigurable implements Serializable {




+ 1
- 1
src/main/org/apache/tools/ant/UnknownElement.java View File

@@ -62,7 +62,7 @@ import java.io.IOException;
* or data type that did not exist when Ant started, or one which * or data type that did not exist when Ant started, or one which
* has had its definition updated to use a different implementation class. * has had its definition updated to use a different implementation class.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class UnknownElement extends Task { public class UnknownElement extends Task {




+ 1
- 1
src/main/org/apache/tools/ant/input/DefaultInputHandler.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Prompts on System.err, reads input from System.in * Prompts on System.err, reads input from System.in
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/input/InputHandler.java View File

@@ -57,7 +57,7 @@ package org.apache.tools.ant.input;
/** /**
* Plugin to Ant to handle requests for user input. * Plugin to Ant to handle requests for user input.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/input/InputRequest.java View File

@@ -57,7 +57,7 @@ package org.apache.tools.ant.input;
/** /**
* Encapsulates an input request. * Encapsulates an input request.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java View File

@@ -59,7 +59,7 @@ import java.util.Vector;
/** /**
* Encapsulates an input request. * Encapsulates an input request.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;
* Reads input from a property file, the file name is read from the * Reads input from a property file, the file name is read from the
* system property ant.input.properties, the prompt is the key for input. * system property ant.input.properties, the prompt is the key for input.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/AntStructure.java View File

@@ -73,7 +73,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute;
/** /**
* Creates a partial DTD for Ant from the currently known tasks. * Creates a partial DTD for Ant from the currently known tasks.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @version $Revision$ * @version $Revision$
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/CallTarget.java View File

@@ -78,7 +78,7 @@ import java.io.IOException;
* defined in the project itself. * defined in the project itself.
* *
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.2 * @since Ant 1.2
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Chmod.java View File

@@ -69,7 +69,7 @@ import org.apache.tools.ant.types.PatternSet;
* @author costin@eng.sun.com * @author costin@eng.sun.com
* @author Mariusz Nowostawski (Marni) * @author Mariusz Nowostawski (Marni)
* <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> * <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.1 * @since Ant 1.1
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ConditionTask.java View File

@@ -69,7 +69,7 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase;
* <p>This task does not extend Task to take advantage of * <p>This task does not extend Task to take advantage of
* ConditionBase.</p> * ConditionBase.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* *
* @since Ant 1.4 * @since Ant 1.4


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -86,7 +86,7 @@ import org.apache.tools.ant.util.SourceFileScanner;
* *
* @author Glenn McAllister * @author Glenn McAllister
* <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> * <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <A href="gholam@xtra.co.nz">Michael McCallum</A> * @author <A href="gholam@xtra.co.nz">Michael McCallum</A>
* @author Magesh Umasankar * @author Magesh Umasankar
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Definer.java View File

@@ -72,7 +72,7 @@ import org.apache.tools.ant.types.Reference;
* handling and and class loading. * handling and and class loading.
* *
* @author Costin Manolache * @author Costin Manolache
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.4 * @since Ant 1.4
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Ear.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.zip.ZipOutputStream;
/** /**
* Creates a EAR archive. Based on WAR task * Creates a EAR archive. Based on WAR task
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> * @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a>
* *
* @since Ant 1.4 * @since Ant 1.4


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ExecTask.java View File

@@ -69,7 +69,7 @@ import org.apache.tools.ant.util.FileUtils;
* @author duncan@x180.com * @author duncan@x180.com
* @author rubys@us.ibm.com * @author rubys@us.ibm.com
* @author thomas.haas@softwired-inc.com * @author thomas.haas@softwired-inc.com
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a>
* *
* @since Ant 1.2 * @since Ant 1.2


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java View File

@@ -71,7 +71,7 @@ import org.apache.tools.ant.util.Watchdog;
/** /**
* *
* @author thomas.haas@softwired-inc.com * @author thomas.haas@softwired-inc.com
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.2 * @since Ant 1.2
*/ */
public class ExecuteJava implements Runnable, TimeoutObserver { public class ExecuteJava implements Runnable, TimeoutObserver {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java View File

@@ -71,7 +71,7 @@ import org.apache.tools.ant.util.SourceFileScanner;
/** /**
* Executes a given command, supplying a set of files as arguments. * Executes a given command, supplying a set of files as arguments.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a>
* *
* @since Ant 1.2 * @since Ant 1.2


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Expand.java View File

@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.FileUtils;
* Unzip a file. * Unzip a file.
* *
* @author costin@dnt.ro * @author costin@dnt.ro
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/GUnzip.java View File

@@ -65,7 +65,7 @@ import org.apache.tools.ant.BuildException;
* algorithm. Normally used to compress non-compressed archives such * algorithm. Normally used to compress non-compressed archives such
* as TAR files. * as TAR files.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Input.java View File

@@ -65,7 +65,7 @@ import org.apache.tools.ant.util.StringUtils;
* Reads an input line from the console. * Reads an input line from the console.
* *
* @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> * @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.5 * @since Ant 1.5
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Java.java View File

@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Reference;
* *
* @author Stefano Mazzocchi * @author Stefano Mazzocchi
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> * <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.1 * @since Ant 1.1
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Javac.java View File

@@ -98,7 +98,7 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* *
* @version $Revision$ * @version $Revision$


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Javadoc.java View File

@@ -107,7 +107,7 @@ import org.apache.tools.ant.util.JavaEnvUtils;
* @author Patrick Chanezon * @author Patrick Chanezon
* <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a> * <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a>
* @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a> * @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.1 * @since Ant 1.1
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Manifest.java View File

@@ -81,7 +81,7 @@ import org.apache.tools.ant.util.CollectionUtils;
* line. If an application can not handle the continuation mechanism, it * line. If an application can not handle the continuation mechanism, it
* is a defect in the application, not this task. * is a defect in the application, not this task.
* @author Conor MacNeill * @author Conor MacNeill
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a>
* *
* @since Ant 1.4 * @since Ant 1.4


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/ManifestTask.java View File

@@ -72,7 +72,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute;
* Manifest file, optionally replacing or updating an existing file. * Manifest file, optionally replacing or updating an existing file.
* *
* @author Conor MacNeill * @author Conor MacNeill
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a> * @author <a href="mailto:j_a_fernandez@yahoo.com">Jose Alberto Fernandez</a>
* *
* @since Ant 1.5 * @since Ant 1.5


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/MatchingTask.java View File

@@ -89,7 +89,7 @@ import org.apache.tools.ant.types.selectors.SizeSelector;
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> * <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a>
* @since Ant 1.1 * @since Ant 1.1
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Patch.java View File

@@ -64,7 +64,7 @@ import org.apache.tools.ant.types.Commandline;
/** /**
* Patches a file by applying a 'diff' file to it; requires "patch" to be * Patches a file by applying a 'diff' file to it; requires "patch" to be
* on the execution path. * on the execution path.
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.1 * @since Ant 1.1
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Rmic.java View File

@@ -112,7 +112,7 @@ import org.apache.tools.ant.util.facade.FacadeTaskHelper;
* @author duncan@x180.com * @author duncan@x180.com
* @author ludovic.claude@websitewatchers.co.uk * @author ludovic.claude@websitewatchers.co.uk
* @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> * @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Takashi Okamoto tokamoto@rd.nttdata.co.jp * @author Takashi Okamoto tokamoto@rd.nttdata.co.jp
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Tar.java View File

@@ -81,7 +81,7 @@ import org.apache.tools.zip.UnixStat;
* *
* @author Stefano Mazzocchi * @author Stefano Mazzocchi
* <a href="mailto:stefano@apache.org">stefano@apache.org</a> * <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Taskdef.java View File

@@ -68,7 +68,7 @@ import org.apache.tools.ant.BuildException;
* <pre> * <pre>
* taskname=fully.qualified.java.classname * taskname=fully.qualified.java.classname
* </pre> * </pre>
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.1 * @since Ant 1.1
* @ant.task category="internal" * @ant.task category="internal"
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Touch.java View File

@@ -77,7 +77,7 @@ import org.apache.tools.ant.util.JavaEnvUtils;
* <p>Note: Setting the modification time of files is not supported in * <p>Note: Setting the modification time of files is not supported in
* JDK 1.1.</p> * JDK 1.1.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a> * @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a>
* @author <a href="mailto:shaw@servidium.com">Robert Shaw</a> * @author <a href="mailto:shaw@servidium.com">Robert Shaw</a>
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Transform.java View File

@@ -57,7 +57,7 @@ package org.apache.tools.ant.taskdefs;
/** /**
* Has been merged into ExecuteOn, empty class for backwards compatibility. * Has been merged into ExecuteOn, empty class for backwards compatibility.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @ant.task ignore="true" * @ant.task ignore="true"
*/ */
public class Transform extends ExecuteOn {} public class Transform extends ExecuteOn {}

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Typedef.java View File

@@ -75,7 +75,7 @@ import org.apache.tools.ant.BuildException;
* the project level and referenced via their ID attribute.</p> * the project level and referenced via their ID attribute.</p>
* <p>Custom data types usually need custom tasks to put them to good use.</p> * <p>Custom data types usually need custom tasks to put them to good use.</p>
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @ant.task category="internal" * @ant.task category="internal"
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Untar.java View File

@@ -83,7 +83,7 @@ import org.apache.tools.tar.TarInputStream;
* <p>File permissions will not be restored on extracted files.</p> * <p>File permissions will not be restored on extracted files.</p>
* <p>The untar task recognizes the long pathname entries used by GNU tar.<p> * <p>The untar task recognizes the long pathname entries used by GNU tar.<p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/UpToDate.java View File

@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.SourceFileScanner;
* <a href="mailto:williamf@mincom.com">williamf@mincom.com</a> * <a href="mailto:williamf@mincom.com">williamf@mincom.com</a>
* @author Hiroaki Nakamura * @author Hiroaki Nakamura
* <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> * <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.2 * @since Ant 1.2
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/War.java View File

@@ -72,7 +72,7 @@ import org.apache.tools.zip.ZipOutputStream;
* attributes of zipfilesets in a Zip or Jar task.)</p> * attributes of zipfilesets in a Zip or Jar task.)</p>
* <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the War task.</p> * <p>The extended zipfileset element from the zip task (with attributes <i>prefix</i>, <i>fullpath</i>, and <i>src</i>) is available in the War task.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.2 * @since Ant 1.2
* *


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java View File

@@ -78,7 +78,7 @@ import javax.xml.transform.URIResolver;
* @author <a href="mailto:kvisco@exoffice.com">Keith Visco</a> * @author <a href="mailto:kvisco@exoffice.com">Keith Visco</a>
* @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a>
* @author <a href="mailto:russgold@acm.org">Russell Gold</a> * @author <a href="mailto:russgold@acm.org">Russell Gold</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -93,7 +93,7 @@ import org.apache.tools.zip.ZipOutputStream;
* *
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a>
* *
* @since Ant 1.1 * @since Ant 1.1


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java View File

@@ -76,7 +76,7 @@ import org.apache.tools.ant.util.JavaEnvUtils;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* *
* @since Ant 1.3 * @since Ant 1.3


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java View File

@@ -71,7 +71,7 @@ import org.apache.tools.ant.types.Commandline;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* *
* @since Ant 1.3 * @since Ant 1.3


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java View File

@@ -68,7 +68,7 @@ import org.apache.tools.ant.types.Commandline;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* *
* @since Ant 1.3 * @since Ant 1.3


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java View File

@@ -67,7 +67,7 @@ import org.apache.tools.ant.types.Path;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* @since Ant 1.3 * @since Ant 1.3
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java View File

@@ -67,7 +67,7 @@ import org.apache.tools.ant.types.Path;
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green * @author Robin Green
* <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* @since Ant 1.3 * @since Ant 1.3
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/And.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;
* <p>Iterates over all conditions and returns false as soon as one * <p>Iterates over all conditions and returns false as soon as one
* evaluates to false.</p> * evaluates to false.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Condition.java View File

@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Interface for conditions to use inside the &lt;condition&gt; task. * Interface for conditions to use inside the &lt;condition&gt; task.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
*/ */
public interface Condition { public interface Condition {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java View File

@@ -66,7 +66,7 @@ import org.apache.tools.ant.taskdefs.UpToDate;
* conditions - ensures that the types of conditions inside the task * conditions - ensures that the types of conditions inside the task
* and the "container" conditions are in sync. * and the "container" conditions are in sync.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Contains.java View File

@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Is one string part of another string? * Is one string part of another string?
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
* *
* @since Ant 1.5 * @since Ant 1.5


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Equals.java View File

@@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Simple String comparison condition. * Simple String comparison condition.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/IsReference.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.types.Reference;
* *
* <p>Optionally tests whether it is of a given type/class.</p> * <p>Optionally tests whether it is of a given type/class.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.6 * @since Ant 1.6
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java View File

@@ -60,7 +60,7 @@ import org.apache.tools.ant.ProjectComponent;
/** /**
* Condition that tests whether a given property has been set. * Condition that tests whether a given property has been set.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.5 * @since Ant 1.5
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Not.java View File

@@ -62,7 +62,7 @@ import org.apache.tools.ant.BuildException;
* Evaluates to true if the single condition nested into it is false * Evaluates to true if the single condition nested into it is false
* and vice versa. * and vice versa.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Or.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;
* <p>Iterates over all conditions and returns true as soon as one * <p>Iterates over all conditions and returns true as soon as one
* evaluates to true.</p> * evaluates to true.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Os.java View File

@@ -60,7 +60,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Condition that tests the OS type. * Condition that tests the OS type.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* @since Ant 1.4 * @since Ant 1.4
* @version $Revision$ * @version $Revision$


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java View File

@@ -69,7 +69,7 @@ import org.apache.tools.ant.util.SourceFileScanner;
* Converts files from native encodings to ASCII. * Converts files from native encodings to ASCII.
* *
* @author <a href="asudell@acm.org">Drew Sudell</a> * @author <a href="asudell@acm.org">Drew Sudell</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.2 * @since Ant 1.2
*/ */
public class Native2Ascii extends MatchingTask { public class Native2Ascii extends MatchingTask {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/RenameExtensions.java View File

@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Mapper;
/** /**
* *
* @author dIon Gillard <a href="mailto:dion@multitask.com.au">dion@multitask.com.au</a> * @author dIon Gillard <a href="mailto:dion@multitask.com.au">dion@multitask.com.au</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version 1.2 * @version 1.2
* *
* @deprecated Use &lt;move&gt; instead * @deprecated Use &lt;move&gt; instead


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java View File

@@ -101,7 +101,7 @@ import org.apache.tools.ant.types.Reference;
* <p> Large Amount of cutting and pasting from the Javac task... * <p> Large Amount of cutting and pasting from the Javac task...
* @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a>
* @author Robin Green <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a> * @author Robin Green <a href="mailto:greenrd@hotmail.com">greenrd@hotmail.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> * @author <a href="mailto:jayglanville@home.com">J D Glanville</a>
* @since 1.5 * @since 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/BaseTest.java View File

@@ -60,7 +60,7 @@ import java.util.Vector;
/** /**
* Baseclass for BatchTest and JUnitTest. * Baseclass for BatchTest and JUnitTest.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a>
*/ */
public abstract class BaseTest { public abstract class BaseTest {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.java View File

@@ -71,7 +71,7 @@ import org.apache.tools.ant.types.FileSet;
* inherited from the parent <code>BatchTest</code>. * inherited from the parent <code>BatchTest</code>.
* *
* @author <a href="mailto:jeff.martin@synamic.co.uk">Jeff Martin</a> * @author <a href="mailto:jeff.martin@synamic.co.uk">Jeff Martin</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a>
* *
* @see JUnitTest * @see JUnitTest


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java View File

@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.EnumeratedAttribute;
* <p> Either the <code>type</code> or the <code>classname</code> attribute * <p> Either the <code>type</code> or the <code>classname</code> attribute
* must be set. * must be set.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @see JUnitTask * @see JUnitTask
* @see XMLJUnitResultFormatter * @see XMLJUnitResultFormatter


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitResultFormatter.java View File

@@ -62,7 +62,7 @@ import org.apache.tools.ant.BuildException;
* This Interface describes classes that format the results of a JUnit * This Interface describes classes that format the results of a JUnit
* testrun. * testrun.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public interface JUnitResultFormatter extends TestListener { public interface JUnitResultFormatter extends TestListener {
/** /**


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java View File

@@ -141,7 +141,7 @@ import junit.framework.TestResult;
* number of attributes and elements allow you to set up how this JVM * number of attributes and elements allow you to set up how this JVM
* runs. * runs.
* @author Thomas Haas * @author Thomas Haas
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a>
* @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a> * @author <a href="mailto:Gerrit.Riessen@web.de">Gerrit Riessen</a>
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.java View File

@@ -67,7 +67,7 @@ import org.apache.tools.ant.Project;
* So read the doc comments for that class :) * So read the doc comments for that class :)
* *
* @author Thomas Haas * @author Thomas Haas
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>,
* @author Stefan Bodewig,
* @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@imediation.com">Stephane Bailliez</a>
* *
* @since Ant 1.2 * @since Ant 1.2


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java View File

@@ -94,7 +94,7 @@ import org.apache.tools.ant.util.StringUtils;
* *
* <p> Summary output is generated at the end. * <p> Summary output is generated at the end.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
* *
* @since Ant 1.2 * @since Ant 1.2


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.java View File

@@ -62,7 +62,7 @@ import junit.framework.TestCase;
* Work around for some changes to the public JUnit API between * Work around for some changes to the public JUnit API between
* different JUnit releases. * different JUnit releases.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @version $Revision$ * @version $Revision$
*/ */
public class JUnitVersionHelper { public class JUnitVersionHelper {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.java View File

@@ -68,7 +68,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Prints plain text output of the test to a specified Writer. * Prints plain text output of the test to a specified Writer.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */


public class PlainJUnitResultFormatter implements JUnitResultFormatter { public class PlainJUnitResultFormatter implements JUnitResultFormatter {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java View File

@@ -64,7 +64,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Prints short summary output of the test to Ant's logging system. * Prints short summary output of the test to Ant's logging system.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class SummaryJUnitResultFormatter implements JUnitResultFormatter { public class SummaryJUnitResultFormatter implements JUnitResultFormatter {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java View File

@@ -75,7 +75,7 @@ import org.w3c.dom.Text;
/** /**
* Prints XML output of the test to a specified Writer. * Prints XML output of the test to a specified Writer.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a> * @author <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
* *
* @see FormatterElement * @see FormatterElement


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java View File

@@ -72,7 +72,7 @@ import org.apache.tools.ant.util.JavaEnvUtils;
* @author duncan@x180.com * @author duncan@x180.com
* @author ludovic.claude@websitewatchers.co.uk * @author ludovic.claude@websitewatchers.co.uk
* @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> * @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> * @author <a href="tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a>
* @since Ant 1.4 * @since Ant 1.4
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.java View File

@@ -70,7 +70,7 @@ import org.apache.tools.ant.util.FileNameMapper;
* reflection).</p> * reflection).</p>
* *
* @author <a href="mailto:tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a> * @author <a href="mailto:tokamoto@rd.nttdata.co.jp">Takashi Okamoto</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @since Ant 1.4 * @since Ant 1.4
*/ */




+ 1
- 1
src/main/org/apache/tools/ant/types/AbstractFileSet.java View File

@@ -91,7 +91,7 @@ import org.apache.tools.ant.types.selectors.SizeSelector;
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a>
* @author <a href="mailto:jon@clearink.com">Jon S. Stevens</a> * @author <a href="mailto:jon@clearink.com">Jon S. Stevens</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a>
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/types/Commandline.java View File

@@ -82,7 +82,7 @@ import org.apache.tools.ant.util.StringUtils;
* <code>createAcommandline</code> which returns an instance of this class. * <code>createAcommandline</code> which returns an instance of this class.
* *
* @author thomas.haas@softwired-inc.com * @author thomas.haas@softwired-inc.com
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class Commandline implements Cloneable { public class Commandline implements Cloneable {




+ 1
- 1
src/main/org/apache/tools/ant/types/DataType.java View File

@@ -70,7 +70,7 @@ import org.apache.tools.ant.ProjectComponent;
* nested inside elements of the same type (i.e. &lt;patternset&gt; * nested inside elements of the same type (i.e. &lt;patternset&gt;
* but not &lt;path&gt;).</p> * but not &lt;path&gt;).</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public abstract class DataType extends ProjectComponent { public abstract class DataType extends ProjectComponent {
/** /**


+ 1
- 1
src/main/org/apache/tools/ant/types/EnumeratedAttribute.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.BuildException;
* <p>See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an * <p>See {@link org.apache.tools.ant.taskdefs.FixCRLF FixCRLF} for an
* example. * example.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public abstract class EnumeratedAttribute { public abstract class EnumeratedAttribute {




+ 1
- 1
src/main/org/apache/tools/ant/types/Environment.java View File

@@ -60,7 +60,7 @@ import org.apache.tools.ant.BuildException;
/** /**
* Wrapper for environment variables. * Wrapper for environment variables.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class Environment { public class Environment {




+ 1
- 1
src/main/org/apache/tools/ant/types/FileSet.java View File

@@ -62,7 +62,7 @@ package org.apache.tools.ant.types;
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
*/ */
public class FileSet extends AbstractFileSet { public class FileSet extends AbstractFileSet {


+ 1
- 1
src/main/org/apache/tools/ant/types/Mapper.java View File

@@ -64,7 +64,7 @@ import org.apache.tools.ant.util.FileNameMapper;
/** /**
* Element to define a FileNameMapper. * Element to define a FileNameMapper.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class Mapper extends DataType implements Cloneable { public class Mapper extends DataType implements Cloneable {




+ 1
- 1
src/main/org/apache/tools/ant/types/Path.java View File

@@ -92,7 +92,7 @@ import org.apache.tools.ant.util.JavaEnvUtils;
* to define a path from an environment variable. * to define a path from an environment variable.
* *
* @author Thomas.Haas@softwired-inc.com * @author Thomas.Haas@softwired-inc.com
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */


public class Path extends DataType implements Cloneable { public class Path extends DataType implements Cloneable {


+ 1
- 1
src/main/org/apache/tools/ant/types/PatternSet.java View File

@@ -75,7 +75,7 @@ import org.apache.tools.ant.Project;
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a>
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>
* @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class PatternSet extends DataType { public class PatternSet extends DataType {
private Vector includeList = new Vector(); private Vector includeList = new Vector();


+ 1
- 1
src/main/org/apache/tools/ant/types/Reference.java View File

@@ -60,7 +60,7 @@ import org.apache.tools.ant.Project;
/** /**
* Class to hold a reference to another object in the project. * Class to hold a reference to another object in the project.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class Reference { public class Reference {




+ 1
- 1
src/main/org/apache/tools/ant/util/CollectionUtils.java View File

@@ -60,7 +60,7 @@ import java.util.Vector;
/** /**
* A set of helper methods related to collection manipulation. * A set of helper methods related to collection manipulation.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:stein@xtramind.com">Ingmar Stein</a> * @author <a href="mailto:stein@xtramind.com">Ingmar Stein</a>
* *
* @since Ant 1.5 * @since Ant 1.5


+ 1
- 1
src/main/org/apache/tools/ant/util/DOMElementWriter.java View File

@@ -74,7 +74,7 @@ import org.w3c.dom.Text;
* XMLJUnitResultFormatter}.</p> * XMLJUnitResultFormatter}.</p>
* *
* @author The original author of XmlLogger * @author The original author of XmlLogger
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</tt> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</tt>
*/ */
public class DOMElementWriter { public class DOMElementWriter {


+ 1
- 1
src/main/org/apache/tools/ant/util/DateUtils.java View File

@@ -68,7 +68,7 @@ import java.util.TimeZone;
* or a plurialization correct elapsed time in minutes and seconds. * or a plurialization correct elapsed time in minutes and seconds.
* *
* @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.5 * @since Ant 1.5
* *


+ 1
- 1
src/main/org/apache/tools/ant/util/FileNameMapper.java View File

@@ -64,7 +64,7 @@ package org.apache.tools.ant.util;
* via the setFrom and setTo methods. The exact meaning of these is * via the setFrom and setTo methods. The exact meaning of these is
* implementation dependent.</p> * implementation dependent.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public interface FileNameMapper { public interface FileNameMapper {




+ 1
- 1
src/main/org/apache/tools/ant/util/FileUtils.java View File

@@ -91,7 +91,7 @@ import org.apache.tools.ant.types.FilterSetCollection;
* *
* @author duncan@x180.com * @author duncan@x180.com
* @author Conor MacNeill * @author Conor MacNeill
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author Magesh Umasankar * @author Magesh Umasankar
* @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a> * @author <a href="mailto:jtulley@novell.com">Jeff Tulley</a>
* *


+ 1
- 1
src/main/org/apache/tools/ant/util/FlatFileNameMapper.java View File

@@ -61,7 +61,7 @@ package org.apache.tools.ant.util;
* <p>This is the default FileNameMapper for the copy and move * <p>This is the default FileNameMapper for the copy and move
* tasks if the flatten attribute has been set.</p> * tasks if the flatten attribute has been set.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class FlatFileNameMapper implements FileNameMapper { public class FlatFileNameMapper implements FileNameMapper {




+ 1
- 1
src/main/org/apache/tools/ant/util/GlobPatternMapper.java View File

@@ -66,7 +66,7 @@ package org.apache.tools.ant.util;
* <p>This is one of the more useful Mappers, it is used by javac for * <p>This is one of the more useful Mappers, it is used by javac for
* example.</p> * example.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class GlobPatternMapper implements FileNameMapper { public class GlobPatternMapper implements FileNameMapper {
/** /**


+ 1
- 1
src/main/org/apache/tools/ant/util/IdentityMapper.java View File

@@ -60,7 +60,7 @@ package org.apache.tools.ant.util;
* <p>This is the default FileNameMapper for the copy and move * <p>This is the default FileNameMapper for the copy and move
* tasks.</p> * tasks.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class IdentityMapper implements FileNameMapper { public class IdentityMapper implements FileNameMapper {




+ 1
- 1
src/main/org/apache/tools/ant/util/JAXPUtils.java View File

@@ -69,7 +69,7 @@ import org.xml.sax.XMLReader;
* *
* <p>This class will create only a single factory instance.</p> * <p>This class will create only a single factory instance.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/util/JavaEnvUtils.java View File

@@ -61,7 +61,7 @@ import org.apache.tools.ant.taskdefs.condition.Os;
* A set of helper methods related to locating executables or checking * A set of helper methods related to locating executables or checking
* conditons of a given Java installation. * conditons of a given Java installation.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* *
* @since Ant 1.5 * @since Ant 1.5
*/ */


+ 1
- 1
src/main/org/apache/tools/ant/util/MergingMapper.java View File

@@ -61,7 +61,7 @@ package org.apache.tools.ant.util;
* <p>This is the default FileNameMapper for the archiving tasks and * <p>This is the default FileNameMapper for the archiving tasks and
* uptodate.</p> * uptodate.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class MergingMapper implements FileNameMapper { public class MergingMapper implements FileNameMapper {
protected String[] mergedFile = null; protected String[] mergedFile = null;


+ 1
- 1
src/main/org/apache/tools/ant/util/RegexpPatternMapper.java View File

@@ -63,7 +63,7 @@ import org.apache.tools.ant.util.regexp.RegexpMatcherFactory;
* Implementation of FileNameMapper that does regular expression * Implementation of FileNameMapper that does regular expression
* replacements. * replacements.
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
*/ */
public class RegexpPatternMapper implements FileNameMapper { public class RegexpPatternMapper implements FileNameMapper {
protected RegexpMatcher reg = null; protected RegexpMatcher reg = null;


+ 1
- 1
src/main/org/apache/tools/ant/util/SourceFileScanner.java View File

@@ -70,7 +70,7 @@ import org.apache.tools.ant.taskdefs.condition.Os;
* subset of the files given as a parameter and holds only those that * subset of the files given as a parameter and holds only those that
* are newer than their corresponding target files.</p> * are newer than their corresponding target files.</p>
* *
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stefan Bodewig
* @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a>
*/ */
public class SourceFileScanner implements ResourceFactory { public class SourceFileScanner implements ResourceFactory {


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save