|
|
@@ -74,7 +74,7 @@ public class GlobPatternMapper implements FileNameMapper { |
|
|
|
private boolean caseSensitive = true; |
|
|
|
|
|
|
|
/** |
|
|
|
* Attribute specifing whether to ignore the difference |
|
|
|
* Attribute specifying whether to ignore the difference |
|
|
|
* between / and \ (the two common directory characters). |
|
|
|
* @param handleDirSep a boolean, default is false. |
|
|
|
* @since Ant 1.6.3 |
|
|
@@ -84,7 +84,7 @@ public class GlobPatternMapper implements FileNameMapper { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Attribute specifing whether to ignore the case difference |
|
|
|
* Attribute specifying whether to ignore the case difference |
|
|
|
* in the names. |
|
|
|
* |
|
|
|
* @param caseSensitive a boolean, default is false. |
|
|
|