|
@@ -905,7 +905,7 @@ public class Javadoc extends Task { |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
if (foundJavaFile) { |
|
|
|
|
|
|
|
|
if (foundJavaFile && vpath.length() > 0) { |
|
|
String newPkg = vpath.substring(1).replace(File.separatorChar, '.'); |
|
|
String newPkg = vpath.substring(1).replace(File.separatorChar, '.'); |
|
|
if (!pkgs.contains(newPkg)) { |
|
|
if (!pkgs.contains(newPkg)) { |
|
|
pkgs.addElement(newPkg); |
|
|
pkgs.addElement(newPkg); |
|
|