jskeet 02/02/25 00:27:26
Modified: src/main/org/apache/tools/ant/taskdefs/optional/ide
VAJWorkspaceScanner.java
Log:
Removed redundant static method which caused compilation failure.
Revision Changes Path
1.7 +0 -17
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJWorkspaceScanner.java
Index: VAJWorkspaceScanner.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJWorkspaceScanner.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- VAJWorkspaceScanner.java 10 Jan 2002 13:59:36 -0000 1.6
+++ VAJWorkspaceScanner.java 25 Feb 2002 08:27:26 -0000 1.7
@@ -174,23 +174,6 @@
}
/**
- * Matches a string against a pattern. The pattern contains two special
- * characters:
- * '*' which means zero or more characters,
- * '?' which means one and only one character.
- *
- * @param pattern the (non-null) pattern to match against
- * @param str the (non-null) string that must be matched against the
- * pattern
- *
- * @return <code>true</code> when the string matches against the pattern,
- * <code>false</code> otherwise.
- */
- protected static boolean match(String pattern, String str) {
- return DirectoryScanner.match(pattern, str);
- }
-
- /**
* Scans the workspace for packages that match at least one include
* pattern, and don't match any exclude patterns.
*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>