Author: mbenson
Date: Fri Sep 1 09:08:01 2006
New Revision: 439363
URL: http://svn.apache.org/viewvc?rev=439363&view=rev
Log:
ws
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java?rev=439363&r1=439362&r2=439363&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
Fri Sep 1 09:08:01 2006
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,7 +31,6 @@
*
* <p>This task does not extend Task to take advantage of
* ConditionBase.</p>
- *
*
* @since Ant 1.4
*
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java?rev=439363&r1=439362&r2=439363&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java Fri Sep
1 09:08:01 2006
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -50,7 +50,6 @@
*
* @ant.task category="control"
*/
-
public class WaitFor extends ConditionBase {
/** default max wait time */
private long maxWaitMillis = 1000L * 60L * 3L;
@@ -139,7 +138,6 @@
// ignore
}
}
-
processTimeout();
} finally {
maxWaitMillis = savedMaxWaitMillis;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]