Switch to side-by-side view

--- a/tool/run/plugins/basic/showProductDetails.java
+++ b/tool/run/plugins/basic/showProductDetails.java
@@ -68,11 +68,11 @@
             showPackageRoot("Products ", core.products);
             return;
         }
-        // do the same, this time for libraries
-        if(nodeUID.equals(">> Library ")){
-            showPackageRoot("Library ",core.components);
-            return;
-        }
+//        // do the same, this time for libraries
+//        if(nodeUID.equals(">> Library ")){
+//            showPackageRoot("Library ",core.components);
+//            return;
+//        }
         
         // process files
         if(node.nodeType == NodeType.sectionPackage){