Switch to side-by-side view

--- a/tool/src/main/start.java
+++ b/tool/src/main/start.java
@@ -42,13 +42,13 @@
                 core.extensions.addExtensions();
                 
                 // find all components inside our common library
-                File baseFolder = new File(".");
+//                File baseFolder = new File(".");
 //                core.components = actions.findSPDX(new File(baseFolder, 
 //                        is.library));
                 
                 // now find our products
-                core.products = actions.findSPDX(new File(baseFolder, 
-                        is.products));
+//                core.products = actions.findSPDX(new File(baseFolder, 
+//                        is.products));
                 
                 // do the startup
                 Thread thread = new Thread(){