In this set making sure Stefan gets the support emails :-) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269988 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -64,7 +64,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class And extends ConditionBase implements Condition { | public class And extends ConditionBase implements Condition { | ||||
| @@ -59,7 +59,7 @@ import org.apache.tools.ant.BuildException; | |||||
| /** | /** | ||||
| * Interface for conditions to use inside the <condition> task. | * Interface for conditions to use inside the <condition> task. | ||||
| * | * | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de>Stefan Bodewig</a> | |||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public interface Condition { | public interface Condition { | ||||
| @@ -69,7 +69,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public abstract class ConditionBase extends ProjectComponent { | public abstract class ConditionBase extends ProjectComponent { | ||||
| @@ -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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class Equals implements Condition { | public class Equals implements Condition { | ||||
| @@ -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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class IsSet extends ProjectComponent implements Condition { | public class IsSet extends ProjectComponent implements Condition { | ||||
| @@ -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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class Not extends ConditionBase implements Condition { | public class Not extends ConditionBase implements Condition { | ||||
| @@ -64,7 +64,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 <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class Or extends ConditionBase implements Condition { | public class Or extends ConditionBase implements Condition { | ||||
| @@ -61,7 +61,7 @@ import java.util.Locale; | |||||
| /** | /** | ||||
| * Condition that tests the OS type. | * Condition that tests the OS type. | ||||
| * | * | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de>Stefan Bodewig</a> | |||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | |||||
| * @version $Revision$ | * @version $Revision$ | ||||
| */ | */ | ||||
| public class Os implements Condition { | public class Os implements Condition { | ||||