Browse Source

Make usage of my email address consistent (probably going to change

home provider).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269046 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
c31e31c52a
19 changed files with 19 additions and 19 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  2. +1
    -1
      src/main/org/apache/tools/ant/RuntimeConfigurable.java
  3. +1
    -1
      src/main/org/apache/tools/ant/UnknownElement.java
  4. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  5. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/CallTarget.java
  6. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Chmod.java
  7. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Expand.java
  8. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/GUnzip.java
  9. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Patch.java
  10. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Untar.java
  11. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java
  12. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitResultFormatter.java
  13. +1
    -1
      src/main/org/apache/tools/ant/types/Environment.java
  14. +1
    -1
      src/main/org/apache/tools/ant/types/Path.java
  15. +1
    -1
      src/main/org/apache/tools/ant/types/PatternSet.java
  16. +1
    -1
      src/main/org/apache/tools/ant/types/Reference.java
  17. +1
    -1
      src/testcases/org/apache/tools/ant/types/CommandlineTest.java
  18. +1
    -1
      src/testcases/org/apache/tools/ant/types/EnumeratedAttributeTest.java
  19. +1
    -1
      src/testcases/org/apache/tools/ant/types/FileSetTest.java

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

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



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

@@ -64,7 +64,7 @@ import org.xml.sax.helpers.AttributeListImpl;
* nested below that level) and takes care of configuring that element
* at runtime.
*
* @author <a href="stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class RuntimeConfigurable {



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

@@ -60,7 +60,7 @@ import java.util.Vector;
* Wrapper class that holds all information necessary to create a task
* that did not exist when Ant started.
*
* @author <a href="stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class UnknownElement extends Task {



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

@@ -68,7 +68,7 @@ import java.io.*;
/**
* Creates a partial DTD for Ant from the currently known tasks.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class AntStructure extends Task {


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

@@ -76,7 +76,7 @@ import org.apache.tools.ant.*;
* defined in the project itself.
*
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class CallTarget extends Task {



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

@@ -65,7 +65,7 @@ import java.util.*;
*
* @author costin@eng.sun.com
* @author Mariusz Nowostawski (Marni) <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a>
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class Chmod extends ExecuteOn {


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

@@ -61,7 +61,7 @@ import java.util.zip.*;
* Unzip a file.
*
* @author costin@dnt.ro
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class Expand extends MatchingTask {
private File dest; // req


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

@@ -64,7 +64,7 @@ import java.util.zip.*;
* algorightm. Normally used to compress non-compressed archives such
* as TAR files.
*
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class GUnzip extends Task {


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

@@ -62,7 +62,7 @@ import java.io.IOException;
/**
* Task as a layer on top of patch. Patch applies a diff file to an original.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class Patch extends Task {



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

@@ -63,7 +63,7 @@ import java.io.*;
*
* Heavily based on the Expand task.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class Untar extends Task {
private String dest; // req


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

@@ -65,7 +65,7 @@ import java.io.OutputStream;
* Serves as a wrapper the implementations of JUnitResultFormatter,
* for example as a nested <formatter> element in <junit>.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class FormatterElement {



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

@@ -61,7 +61,7 @@ import junit.framework.TestListener;
* This Interface describes classes that format the results of a JUnit
* testrun.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public interface JUnitResultFormatter extends TestListener {
/**


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

@@ -60,7 +60,7 @@ import java.util.Vector;
/**
* Wrapper for environment variables.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class Environment {



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

@@ -93,7 +93,7 @@ import java.text.StringCharacterIterator;
* to define a path from an environment variable.
*
* @author Thomas.Haas@softwired-inc.com
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class Path extends DataType implements Cloneable {


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

@@ -74,7 +74,7 @@ import java.util.Vector;
* @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 Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class PatternSet extends DataType {
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.BuildException;
/**
* Class to hold a reference to another object in the project.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class Reference {



+ 1
- 1
src/testcases/org/apache/tools/ant/types/CommandlineTest.java View File

@@ -64,7 +64,7 @@ import java.io.File;
/**
* JUnit 3 testcases for org.apache.tools.ant.CommandLine
*
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/
public class CommandlineTest extends TestCase {



+ 1
- 1
src/testcases/org/apache/tools/ant/types/EnumeratedAttributeTest.java View File

@@ -62,7 +62,7 @@ import junit.framework.AssertionFailedError;
/**
* JUnit 3 testcases for org.apache.tools.ant.EnumeratedAttribute.
*
* @author Stefan Bodewig <a href="mailto:stefan.bodewig@megabit.net">stefan.bodewig@megabit.net</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class EnumeratedAttributeTest extends TestCase {


+ 1
- 1
src/testcases/org/apache/tools/ant/types/FileSetTest.java View File

@@ -67,7 +67,7 @@ import java.io.File;
*
* <p>This doesn't actually test much, mainly reference handling.
*
* @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a>
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
*/

public class FileSetTest extends TestCase {


Loading…
Cancel
Save