good idea!

On 2009-02-12, <jgl...@apache.org> wrote:

>>    private void lookForPackageInfos(File srcDir, File[] newFiles) {
>>        for (int i = 0; i < newFiles.length; i++) {
>>            File f = newFiles[i];
>>            if (!f.getName().equals("package-info.java")) {
>>                continue;

should that test better be case-insensitive?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to