View | Details | Raw Unified | Return to bug 133748
Collapse All | Expand All

(-)antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java (-1 / +1 lines)
Lines 567-573 Link Here
567
            if (dir.exists() && dir.isDirectory()) {
567
            if (dir.exists() && dir.isDirectory()) {
568
                FileSet fs = new FileSet();
568
                FileSet fs = new FileSet();
569
                fs.setDir(dir);
569
                fs.setDir(dir);
570
                fs.setIncludes("*"); //$NON-NLS-1$
570
                fs.setIncludes("*.zip,*.jar"); //$NON-NLS-1$
571
                classpath.addFileset(fs);
571
                classpath.addFileset(fs);
572
            }
572
            }
573
        }
573
        }

Return to bug 133748