]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/NormalizeWorkspace.java
Make indexing more robust
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / NormalizeWorkspace.java
index de82a3e2fddc7b28b686666c5d0cc8458a112327..b6db2ad16d3b50128123bb06c47289a5efd7c452 100644 (file)
@@ -173,6 +173,9 @@ public class NormalizeWorkspace extends AbstractHandler implements SlcNames {
                                        monitor.worked(1);
                                        if (log.isDebugEnabled())
                                                log.debug("Processed source artifact " + node.getPath());
+                               } else if (node.getName().endsWith("-javadoc.jar")) {
+                                       if (log.isDebugEnabled())
+                                               log.debug("Skip indexing of Javadoc jar " + node.getPath());
                                } else if (node.getName().endsWith(".jar")) {
                                        if (jarFileIndexer.support(node.getPath()))
                                                if (artifactIndexer.support(node.getPath())) {