|
@@ -233,6 +233,7 @@ public class VAJImport extends VAJTask { |
|
|
protected void importFileset(FileSet fileset) { |
|
|
protected void importFileset(FileSet fileset) { |
|
|
LocalDirectoryScanner ds = new LocalDirectoryScanner(); |
|
|
LocalDirectoryScanner ds = new LocalDirectoryScanner(); |
|
|
fileset.setupDirectoryScanner(ds, this.getProject()); |
|
|
fileset.setupDirectoryScanner(ds, this.getProject()); |
|
|
|
|
|
ds.scan(); |
|
|
if (ds.getIncludedFiles().length == 0) { |
|
|
if (ds.getIncludedFiles().length == 0) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|