|
@@ -56,7 +56,7 @@ package com.mydomain; |
|
|
import org.apache.tools.ant.BuildException; |
|
|
import org.apache.tools.ant.BuildException; |
|
|
import org.apache.tools.ant.taskdefs.condition.Condition; |
|
|
import org.apache.tools.ant.taskdefs.condition.Condition; |
|
|
|
|
|
|
|
|
public class AllUpperCaseCondition extends Condition { |
|
|
|
|
|
|
|
|
public class AllUpperCaseCondition implements Condition { |
|
|
private String value; |
|
|
private String value; |
|
|
|
|
|
|
|
|
// The setter for the "value" attribute |
|
|
// The setter for the "value" attribute |
|
|